Html Css Color HEX #D5BB0D Bird Flower

📋 copy color: '#D5BB0D'

red 213 ◦ green 187 ◦ blue 13

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

Shades of Bird Flower #D5BB0D

Tints of Bird Flower #D5BB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.15%

R = 51.57%
G = 45.28%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5BB0D (or 0xD5BB0D) is known color: Bird Flower. HEX triplet: D5, BB and 0D. RGB value is (213,187,13). Sum of RGB (Red+Green+Blue) = 213+187+13=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BB0D is #2A44F2. Grayscale: #AFAFAF. Windows color (decimal): -2770163 or 900053. OLE color: 900053.

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

Color convert

RGB 213 187 13 -
CMYK 0 0.12 0.94 0.16
HSL 52.2º 0.88% 0.44% -
HSV(B) 52.2º 0.94% 0.84% -
XYZ 45.28 49.72 7.59 -
YUV 174.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 213 187 13 0 0.12 0.94 0.16 52.2 0.88 0.44
Hex D5 BB D 0 C 5E 10 34 58 2C
Octal 325 273 15 0 14 136 20 64 130 54
Binary 11010101 10111011 1101 0 1100 1011110 10000 110100 1011000 101100

Color Harmonies of #D5BB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB0D

Black with #D5BB0D

Text Example


Text Example

White with #D5BB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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