Html Css Color HEX #D8BC04 Bird Flower

📋 copy color: '#D8BC04'

red 216 ◦ green 188 ◦ blue 4

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

Shades of Bird Flower #D8BC04

Tints of Bird Flower #D8BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.08%

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

R = 52.94%
G = 46.08%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D8BC04 (or 0xD8BC04) is known color: Bird Flower. HEX triplet: D8, BC and 04. RGB value is (216,188,4). Sum of RGB (Red+Green+Blue) = 216+188+4=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC04 is #2743FB. Grayscale: #B0B0B0. Windows color (decimal): -2573308 or 310488. OLE color: 310488.

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

Color convert

RGB 216 188 4 -
CMYK 0 0.13 0.98 0.15
HSL 52.08º 0.96% 0.43% -
HSV(B) 52.08º 0.98% 0.85% -
XYZ 46.32 50.57 7.44 -
YUV 175.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 216 188 4 0 0.13 0.98 0.15 52.08 0.96 0.43
Hex D8 BC 4 0 D 62 F 34 60 2B
Octal 330 274 4 0 15 142 17 64 140 53
Binary 11011000 10111100 100 0 1101 1100010 1111 110100 1100000 101011

Color Harmonies of #D8BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BC04

Black with #D8BC04

Text Example


Text Example

White with #D8BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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