Html Css Color HEX #D5BC09 Bird Flower

📋 copy color: '#D5BC09'

red 213 ◦ green 188 ◦ blue 9

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

Shades of Bird Flower #D5BC09

Tints of Bird Flower #D5BC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.2%

R = 51.95%
G = 45.85%
B = 2.2%

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

#D5BC09 (or 0xD5BC09) is known color: Bird Flower. HEX triplet: D5, BC and 09. RGB value is (213,188,9). Sum of RGB (Red+Green+Blue) = 213+188+9=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC09 is #2A43F6. Grayscale: #AFAFAF. Windows color (decimal): -2769911 or 638165. OLE color: 638165.

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

Color convert

RGB 213 188 9 -
CMYK 0 0.12 0.96 0.16
HSL 52.65º 0.92% 0.44% -
HSV(B) 52.65º 0.96% 0.84% -
XYZ 45.47 50.13 7.54 -
YUV 175.07 34.28 155.05 -
System Red Green Blue C M Y K H S L
Decimal 213 188 9 0 0.12 0.96 0.16 52.65 0.92 0.44
Hex D5 BC 9 0 C 60 10 35 5C 2C
Octal 325 274 11 0 14 140 20 65 134 54
Binary 11010101 10111100 1001 0 1100 1100000 10000 110101 1011100 101100

Color Harmonies of #D5BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC09

Black with #D5BC09

Text Example


Text Example

White with #D5BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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