Html Css Color HEX #D1C307 Bird Flower

📋 copy color: '#D1C307'

red 209 ◦ green 195 ◦ blue 7

#D1C307
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D1C307

Tints of Bird Flower #D1C307

RGB

 RED value IS 209 (82.03% from 255) = 50.85%

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 50.85%
G = 47.45%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1C307 (or 0xD1C307) is known color: Bird Flower. HEX triplet: D1, C3 and 07. RGB value is (209,195,7). Sum of RGB (Red+Green+Blue) = 209+195+7=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C307 is #2E3CF8. Grayscale: #B2B2B2. Windows color (decimal): -3030265 or 508881. OLE color: 508881.

HSL color Cylindrical-coordinate representation of color #D1C307: hue angle of 55.84º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1C307 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 195 7 -
CMYK 0 0.07 0.97 0.18
HSL 55.84º 0.94% 0.42% -
HSV(B) 55.84º 0.97% 0.82% -
XYZ 45.85 52.6 7.94 -
YUV 177.75 31.64 150.29 -
System Red Green Blue C M Y K H S L
Decimal 209 195 7 0 0.07 0.97 0.18 55.84 0.94 0.42
Hex D1 C3 7 0 7 61 12 38 5E 2A
Octal 321 303 7 0 7 141 22 70 136 52
Binary 11010001 11000011 111 0 111 1100001 10010 111000 1011110 101010

Color Harmonies of #D1C307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C307

Black with #D1C307

Text Example


Text Example

White with #D1C307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C307; }

 p { color: rgb(209,195,7); }

 H1.HeaderClassName
 {
   color: #D1C307;
 }
 .AnyTagClassName
 {
   color: #D1C307;
 }
</style>

background-color css

<style>
 a { background-color: #D1C307; }

 a { background-color: rgb(209,195,7); }

 div.DivClassName
 {
   background-color: #D1C307;
 }
 .BgClassName
 {
   background-color: #D1C307;
 }
</style>

border-color css

<style>
 span { border-color: #D1C307; }

 span { border-color: rgb(209,195,7); }

 td.TdClassName
 {
   border-color: #D1C307;
 }
 .TagClassName
 {
   border-color: #D1C307;
 }
</style>