Html Css Color HEX #D5BB0C Bird Flower

📋 copy color: '#D5BB0C'

red 213 ◦ green 187 ◦ blue 12

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

Shades of Bird Flower #D5BB0C

Tints of Bird Flower #D5BB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 51.7%
G = 45.39%
B = 2.91%

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

#D5BB0C (or 0xD5BB0C) is known color: Bird Flower. HEX triplet: D5, BB and 0C. RGB value is (213,187,12). Sum of RGB (Red+Green+Blue) = 213+187+12=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BB0C is #2A44F3. Grayscale: #AFAFAF. Windows color (decimal): -2770164 or 834517. OLE color: 834517.

HSL color Cylindrical-coordinate representation of color #D5BB0C: hue angle of 52.24º degrees, saturation: 0.89, 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 #D5BB0C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 187 12 -
CMYK 0 0.12 0.94 0.16
HSL 52.24º 0.89% 0.44% -
HSV(B) 52.24º 0.94% 0.84% -
XYZ 45.28 49.71 7.56 -
YUV 174.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 213 187 12 0 0.12 0.94 0.16 52.24 0.89 0.44
Hex D5 BB C 0 C 5E 10 34 59 2C
Octal 325 273 14 0 14 136 20 64 131 54
Binary 11010101 10111011 1100 0 1100 1011110 10000 110100 1011001 101100

Color Harmonies of #D5BB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB0C

Black with #D5BB0C

Text Example


Text Example

White with #D5BB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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