Html Css Color HEX #D5BB05 Bird Flower

📋 copy color: '#D5BB05'

red 213 ◦ green 187 ◦ blue 5

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

Shades of Bird Flower #D5BB05

Tints of Bird Flower #D5BB05

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.17%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 52.59%
G = 46.17%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5BB05 (or 0xD5BB05) is known color: Bird Flower. HEX triplet: D5, BB and 05. RGB value is (213,187,5). Sum of RGB (Red+Green+Blue) = 213+187+5=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BB05 is #2A44FA. Grayscale: #AEAEAE. Windows color (decimal): -2770171 or 375765. OLE color: 375765.

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

Color convert

RGB 213 187 5 -
CMYK 0 0.12 0.98 0.16
HSL 52.5º 0.95% 0.43% -
HSV(B) 52.5º 0.98% 0.84% -
XYZ 45.24 49.7 7.35 -
YUV 174.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 213 187 5 0 0.12 0.98 0.16 52.5 0.95 0.43
Hex D5 BB 5 0 C 62 10 34 5F 2B
Octal 325 273 5 0 14 142 20 64 137 53
Binary 11010101 10111011 101 0 1100 1100010 10000 110100 1011111 101011

Color Harmonies of #D5BB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB05

Black with #D5BB05

Text Example


Text Example

White with #D5BB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB05; }

 p { color: rgb(213,187,5); }

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

background-color css

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

 a { background-color: rgb(213,187,5); }

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

border-color css

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

 span { border-color: rgb(213,187,5); }

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