Html Css Color HEX #D8C504 Bird Flower

📋 copy color: '#D8C504'

red 216 ◦ green 197 ◦ blue 4

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

Shades of Bird Flower #D8C504

Tints of Bird Flower #D8C504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 51.8%
G = 47.24%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D8C504 (or 0xD8C504) is known color: Bird Flower. HEX triplet: D8, C5 and 04. RGB value is (216,197,4). Sum of RGB (Red+Green+Blue) = 216+197+4=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C504 is #273AFB. Grayscale: #B5B5B5. Windows color (decimal): -2571004 or 312792. OLE color: 312792.

HSL color Cylindrical-coordinate representation of color #D8C504: hue angle of 54.62º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8C504 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 197 4 -
CMYK 0 0.09 0.98 0.15
HSL 54.62º 0.96% 0.43% -
HSV(B) 54.62º 0.98% 0.85% -
XYZ 48.31 54.54 8.1 -
YUV 180.68 28.29 153.19 -
System Red Green Blue C M Y K H S L
Decimal 216 197 4 0 0.09 0.98 0.15 54.62 0.96 0.43
Hex D8 C5 4 0 9 62 F 37 60 2B
Octal 330 305 4 0 11 142 17 67 140 53
Binary 11011000 11000101 100 0 1001 1100010 1111 110111 1100000 101011

Color Harmonies of #D8C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C504

Black with #D8C504

Text Example


Text Example

White with #D8C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C504; }

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

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

background-color css

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

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

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

border-color css

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

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

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