Html Css Color HEX #D5BA0D Bird Flower

📋 copy color: '#D5BA0D'

red 213 ◦ green 186 ◦ blue 13

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

Shades of Bird Flower #D5BA0D

Tints of Bird Flower #D5BA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.15%

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

R = 51.7%
G = 45.15%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5BA0D (or 0xD5BA0D) is known color: Bird Flower. HEX triplet: D5, BA and 0D. RGB value is (213,186,13). Sum of RGB (Red+Green+Blue) = 213+186+13=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA0D is #2A45F2. Grayscale: #AFAFAF. Windows color (decimal): -2770419 or 899797. OLE color: 899797.

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

Color convert

RGB 213 186 13 -
CMYK 0 0.13 0.94 0.16
HSL 51.9º 0.88% 0.44% -
HSV(B) 51.9º 0.94% 0.84% -
XYZ 45.07 49.29 7.52 -
YUV 174.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 213 186 13 0 0.13 0.94 0.16 51.9 0.88 0.44
Hex D5 BA D 0 D 5E 10 34 58 2C
Octal 325 272 15 0 15 136 20 64 130 54
Binary 11010101 10111010 1101 0 1101 1011110 10000 110100 1011000 101100

Color Harmonies of #D5BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA0D

Black with #D5BA0D

Text Example


Text Example

White with #D5BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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