Html Css Color HEX #D5BC08 Bird Flower

📋 copy color: '#D5BC08'

red 213 ◦ green 188 ◦ blue 8

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

Shades of Bird Flower #D5BC08

Tints of Bird Flower #D5BC08

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

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

 BLUE value IS 8 (3.52% from 255) = 1.96%

R = 52.08%
G = 45.97%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5BC08 (or 0xD5BC08) is known color: Bird Flower. HEX triplet: D5, BC and 08. RGB value is (213,188,8). Sum of RGB (Red+Green+Blue) = 213+188+8=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC08 is #2A43F7. Grayscale: #AFAFAF. Windows color (decimal): -2769912 or 572629. OLE color: 572629.

HSL color Cylindrical-coordinate representation of color #D5BC08: hue angle of 52.68º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5BC08 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 8 -
CMYK 0 0.12 0.96 0.16
HSL 52.68º 0.93% 0.43% -
HSV(B) 52.68º 0.96% 0.84% -
XYZ 45.47 50.13 7.51 -
YUV 174.96 33.78 155.14 -
System Red Green Blue C M Y K H S L
Decimal 213 188 8 0 0.12 0.96 0.16 52.68 0.93 0.43
Hex D5 BC 8 0 C 60 10 35 5D 2B
Octal 325 274 10 0 14 140 20 65 135 53
Binary 11010101 10111100 1000 0 1100 1100000 10000 110101 1011101 101011

Color Harmonies of #D5BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC08

Black with #D5BC08

Text Example


Text Example

White with #D5BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC08; }

 p { color: rgb(213,188,8); }

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

background-color css

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

 a { background-color: rgb(213,188,8); }

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

border-color css

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

 span { border-color: rgb(213,188,8); }

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