Html Css Color HEX #D0CC07 Bird Flower

📋 copy color: '#D0CC07'

red 208 ◦ green 204 ◦ blue 7

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

Shades of Bird Flower #D0CC07

Tints of Bird Flower #D0CC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.69%

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

R = 49.64%
G = 48.69%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0CC07 (or 0xD0CC07) is known color: Bird Flower. HEX triplet: D0, CC and 07. RGB value is (208,204,7). Sum of RGB (Red+Green+Blue) = 208+204+7=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC07 is #2F33F8. Grayscale: #B7B7B7. Windows color (decimal): -3093497 or 511184. OLE color: 511184.

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

Color convert

RGB 208 204 7 -
CMYK 0 0.02 0.97 0.18
HSL 58.81º 0.93% 0.42% -
HSV(B) 58.81º 0.97% 0.82% -
XYZ 47.64 56.61 8.62 -
YUV 182.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 208 204 7 0 0.02 0.97 0.18 58.81 0.93 0.42
Hex D0 CC 7 0 2 61 12 3B 5D 2A
Octal 320 314 7 0 2 141 22 73 135 52
Binary 11010000 11001100 111 0 10 1100001 10010 111011 1011101 101010

Color Harmonies of #D0CC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC07

Black with #D0CC07

Text Example


Text Example

White with #D0CC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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