Html Css Color HEX #D8BC02 Bird Flower

📋 copy color: '#D8BC02'

red 216 ◦ green 188 ◦ blue 2

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

Shades of Bird Flower #D8BC02

Tints of Bird Flower #D8BC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 53.2%
G = 46.31%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8BC02 (or 0xD8BC02) is known color: Bird Flower. HEX triplet: D8, BC and 02. RGB value is (216,188,2). Sum of RGB (Red+Green+Blue) = 216+188+2=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC02 is #2743FD. Grayscale: #AFAFAF. Windows color (decimal): -2573310 or 179416. OLE color: 179416.

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

Color convert

RGB 216 188 2 -
CMYK 0 0.13 0.99 0.15
HSL 52.15º 0.98% 0.43% -
HSV(B) 52.15º 0.99% 0.85% -
XYZ 46.31 50.57 7.38 -
YUV 175.17 30.28 157.12 -
System Red Green Blue C M Y K H S L
Decimal 216 188 2 0 0.13 0.99 0.15 52.15 0.98 0.43
Hex D8 BC 2 0 D 63 F 34 62 2B
Octal 330 274 2 0 15 143 17 64 142 53
Binary 11011000 10111100 10 0 1101 1100011 1111 110100 1100010 101011

Color Harmonies of #D8BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BC02

Black with #D8BC02

Text Example


Text Example

White with #D8BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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