Html Css Color HEX #D8CC0C Bird Flower

📋 copy color: '#D8CC0C'

red 216 ◦ green 204 ◦ blue 12

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

Shades of Bird Flower #D8CC0C

Tints of Bird Flower #D8CC0C

RGB

 RED value IS 216 (84.77% from 255) = 50%

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

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

R = 50%
G = 47.22%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8CC0C (or 0xD8CC0C) is known color: Bird Flower. HEX triplet: D8, CC and 0C. RGB value is (216,204,12). Sum of RGB (Red+Green+Blue) = 216+204+12=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CC0C is #2733F3. Grayscale: #BABABA. Windows color (decimal): -2569204 or 838872. OLE color: 838872.

HSL color Cylindrical-coordinate representation of color #D8CC0C: hue angle of 56.47º degrees, saturation: 0.89, 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 #D8CC0C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 12 -
CMYK 0 0.06 0.94 0.15
HSL 56.47º 0.89% 0.45% -
HSV(B) 56.47º 0.94% 0.85% -
XYZ 49.98 57.81 8.87 -
YUV 185.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 216 204 12 0 0.06 0.94 0.15 56.47 0.89 0.45
Hex D8 CC C 0 6 5E F 38 59 2D
Octal 330 314 14 0 6 136 17 70 131 55
Binary 11011000 11001100 1100 0 110 1011110 1111 111000 1011001 101101

Color Harmonies of #D8CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC0C

Black with #D8CC0C

Text Example


Text Example

White with #D8CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC0C; }

 p { color: rgb(216,204,12); }

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

background-color css

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

 a { background-color: rgb(216,204,12); }

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

border-color css

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

 span { border-color: rgb(216,204,12); }

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