Html Css Color HEX #D0CA0C Bird Flower

📋 copy color: '#D0CA0C'

red 208 ◦ green 202 ◦ blue 12

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

Shades of Bird Flower #D0CA0C

Tints of Bird Flower #D0CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

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

R = 49.29%
G = 47.87%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0CA0C (or 0xD0CA0C) is known color: Bird Flower. HEX triplet: D0, CA and 0C. RGB value is (208,202,12). Sum of RGB (Red+Green+Blue) = 208+202+12=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CA0C is #2F35F3. Grayscale: #B6B6B6. Windows color (decimal): -3094004 or 838352. OLE color: 838352.

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

Color convert

RGB 208 202 12 -
CMYK 0 0.03 0.94 0.18
HSL 58.16º 0.89% 0.43% -
HSV(B) 58.16º 0.94% 0.82% -
XYZ 47.2 55.68 8.61 -
YUV 182.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 208 202 12 0 0.03 0.94 0.18 58.16 0.89 0.43
Hex D0 CA C 0 3 5E 12 3A 59 2B
Octal 320 312 14 0 3 136 22 72 131 53
Binary 11010000 11001010 1100 0 11 1011110 10010 111010 1011001 101011

Color Harmonies of #D0CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA0C

Black with #D0CA0C

Text Example


Text Example

White with #D0CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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