Html Css Color HEX #D0C00C Bird Flower

📋 copy color: '#D0C00C'

red 208 ◦ green 192 ◦ blue 12

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

Shades of Bird Flower #D0C00C

Tints of Bird Flower #D0C00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 50.49%
G = 46.6%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0C00C (or 0xD0C00C) is known color: Bird Flower. HEX triplet: D0, C0 and 0C. RGB value is (208,192,12). Sum of RGB (Red+Green+Blue) = 208+192+12=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C00C is #2F3FF3. Grayscale: #B1B1B1. Windows color (decimal): -3096564 or 835792. OLE color: 835792.

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

Color convert

RGB 208 192 12 -
CMYK 0 0.08 0.94 0.18
HSL 55.1º 0.89% 0.43% -
HSV(B) 55.1º 0.94% 0.82% -
XYZ 44.93 51.14 7.85 -
YUV 176.26 35.3 150.64 -
System Red Green Blue C M Y K H S L
Decimal 208 192 12 0 0.08 0.94 0.18 55.1 0.89 0.43
Hex D0 C0 C 0 8 5E 12 37 59 2B
Octal 320 300 14 0 10 136 22 67 131 53
Binary 11010000 11000000 1100 0 1000 1011110 10010 110111 1011001 101011

Color Harmonies of #D0C00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C00C

Black with #D0C00C

Text Example


Text Example

White with #D0C00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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