Html Css Color HEX #D6CD0C Bird Flower

📋 copy color: '#D6CD0C'

red 214 ◦ green 205 ◦ blue 12

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

Shades of Bird Flower #D6CD0C

Tints of Bird Flower #D6CD0C

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

 GREEN value IS 205 (80.47% from 255) = 47.56%

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

R = 49.65%
G = 47.56%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6CD0C (or 0xD6CD0C) is known color: Bird Flower. HEX triplet: D6, CD and 0C. RGB value is (214,205,12). Sum of RGB (Red+Green+Blue) = 214+205+12=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CD0C is #2932F3. Grayscale: #BABABA. Windows color (decimal): -2700020 or 839126. OLE color: 839126.

HSL color Cylindrical-coordinate representation of color #D6CD0C: hue angle of 57.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6CD0C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 12 -
CMYK 0 0.04 0.94 0.16
HSL 57.33º 0.89% 0.44% -
HSV(B) 57.33º 0.94% 0.84% -
XYZ 49.63 57.99 8.92 -
YUV 185.69 29.98 148.19 -
System Red Green Blue C M Y K H S L
Decimal 214 205 12 0 0.04 0.94 0.16 57.33 0.89 0.44
Hex D6 CD C 0 4 5E 10 39 59 2C
Octal 326 315 14 0 4 136 20 71 131 54
Binary 11010110 11001101 1100 0 100 1011110 10000 111001 1011001 101100

Color Harmonies of #D6CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD0C

Black with #D6CD0C

Text Example


Text Example

White with #D6CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD0C; }

 p { color: rgb(214,205,12); }

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

background-color css

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

 a { background-color: rgb(214,205,12); }

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

border-color css

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

 span { border-color: rgb(214,205,12); }

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