Html Css Color HEX #D0C407 Bird Flower

📋 copy color: '#D0C407'

red 208 ◦ green 196 ◦ blue 7

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

Shades of Bird Flower #D0C407

Tints of Bird Flower #D0C407

RGB

 RED value IS 208 (81.64% from 255) = 50.61%

 GREEN value IS 196 (76.95% from 255) = 47.69%

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

R = 50.61%
G = 47.69%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0C407 (or 0xD0C407) is known color: Bird Flower. HEX triplet: D0, C4 and 07. RGB value is (208,196,7). Sum of RGB (Red+Green+Blue) = 208+196+7=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C407 is #2F3BF8. Grayscale: #B2B2B2. Windows color (decimal): -3095545 or 509136. OLE color: 509136.

HSL color Cylindrical-coordinate representation of color #D0C407: hue angle of 56.42º degrees, saturation: 0.93, 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 #D0C407 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 7 -
CMYK 0 0.06 0.97 0.18
HSL 56.42º 0.93% 0.42% -
HSV(B) 56.42º 0.97% 0.82% -
XYZ 45.79 52.91 8 -
YUV 178.04 31.48 149.37 -
System Red Green Blue C M Y K H S L
Decimal 208 196 7 0 0.06 0.97 0.18 56.42 0.93 0.42
Hex D0 C4 7 0 6 61 12 38 5D 2A
Octal 320 304 7 0 6 141 22 70 135 52
Binary 11010000 11000100 111 0 110 1100001 10010 111000 1011101 101010

Color Harmonies of #D0C407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C407

Black with #D0C407

Text Example


Text Example

White with #D0C407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C407; }

 p { color: rgb(208,196,7); }

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

background-color css

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

 a { background-color: rgb(208,196,7); }

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

border-color css

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

 span { border-color: rgb(208,196,7); }

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