Html Css Color HEX #D0C007 Bird Flower

📋 copy color: '#D0C007'

red 208 ◦ green 192 ◦ blue 7

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

Shades of Bird Flower #D0C007

Tints of Bird Flower #D0C007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

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

R = 51.11%
G = 47.17%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0C007 (or 0xD0C007) is known color: Bird Flower. HEX triplet: D0, C0 and 07. RGB value is (208,192,7). Sum of RGB (Red+Green+Blue) = 208+192+7=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C007 is #2F3FF8. Grayscale: #B0B0B0. Windows color (decimal): -3096569 or 508112. OLE color: 508112.

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

Color convert

RGB 208 192 7 -
CMYK 0 0.08 0.97 0.18
HSL 55.22º 0.93% 0.42% -
HSV(B) 55.22º 0.97% 0.82% -
XYZ 44.9 51.12 7.7 -
YUV 175.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 208 192 7 0 0.08 0.97 0.18 55.22 0.93 0.42
Hex D0 C0 7 0 8 61 12 37 5D 2A
Octal 320 300 7 0 10 141 22 67 135 52
Binary 11010000 11000000 111 0 1000 1100001 10010 110111 1011101 101010

Color Harmonies of #D0C007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C007

Black with #D0C007

Text Example


Text Example

White with #D0C007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C007; }

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

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

background-color css

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

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

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

border-color css

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

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

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