Html Css Color HEX #D8C50C Bird Flower

📋 copy color: '#D8C50C'

red 216 ◦ green 197 ◦ blue 12

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

Shades of Bird Flower #D8C50C

Tints of Bird Flower #D8C50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 50.82%
G = 46.35%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C50C (or 0xD8C50C) is known color: Bird Flower. HEX triplet: D8, C5 and 0C. RGB value is (216,197,12). Sum of RGB (Red+Green+Blue) = 216+197+12=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C50C is #273AF3. Grayscale: #B6B6B6. Windows color (decimal): -2570996 or 837080. OLE color: 837080.

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

Color convert

RGB 216 197 12 -
CMYK 0 0.09 0.94 0.15
HSL 54.41º 0.89% 0.45% -
HSV(B) 54.41º 0.94% 0.85% -
XYZ 48.35 54.56 8.33 -
YUV 181.59 32.29 152.54 -
System Red Green Blue C M Y K H S L
Decimal 216 197 12 0 0.09 0.94 0.15 54.41 0.89 0.45
Hex D8 C5 C 0 9 5E F 36 59 2D
Octal 330 305 14 0 11 136 17 66 131 55
Binary 11011000 11000101 1100 0 1001 1011110 1111 110110 1011001 101101

Color Harmonies of #D8C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C50C

Black with #D8C50C

Text Example


Text Example

White with #D8C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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