Html Css Color HEX #D9CA0C Bird Flower

📋 copy color: '#D9CA0C'

red 217 ◦ green 202 ◦ blue 12

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

Shades of Bird Flower #D9CA0C

Tints of Bird Flower #D9CA0C

RGB

 RED value IS 217 (85.16% from 255) = 50.35%

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

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

R = 50.35%
G = 46.87%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9CA0C (or 0xD9CA0C) is known color: Bird Flower. HEX triplet: D9, CA and 0C. RGB value is (217,202,12). Sum of RGB (Red+Green+Blue) = 217+202+12=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA0C is #2635F3. Grayscale: #B9B9B9. Windows color (decimal): -2504180 or 838361. OLE color: 838361.

HSL color Cylindrical-coordinate representation of color #D9CA0C: hue angle of 55.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9CA0C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 12 -
CMYK 0 0.07 0.94 0.15
HSL 55.61º 0.9% 0.45% -
HSV(B) 55.61º 0.94% 0.85% -
XYZ 49.8 57.02 8.73 -
YUV 184.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 217 202 12 0 0.07 0.94 0.15 55.61 0.9 0.45
Hex D9 CA C 0 7 5E F 38 5A 2D
Octal 331 312 14 0 7 136 17 70 132 55
Binary 11011001 11001010 1100 0 111 1011110 1111 111000 1011010 101101

Color Harmonies of #D9CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA0C

Black with #D9CA0C

Text Example


Text Example

White with #D9CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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