Html Css Color HEX #D1BC0D Bird Flower

📋 copy color: '#D1BC0D'

red 209 ◦ green 188 ◦ blue 13

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

Shades of Bird Flower #D1BC0D

Tints of Bird Flower #D1BC0D

RGB

 RED value IS 209 (82.03% from 255) = 50.98%

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

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

R = 50.98%
G = 45.85%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1BC0D (or 0xD1BC0D) is known color: Bird Flower. HEX triplet: D1, BC and 0D. RGB value is (209,188,13). Sum of RGB (Red+Green+Blue) = 209+188+13=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC0D is #2E43F2. Grayscale: #AFAFAF. Windows color (decimal): -3032051 or 900305. OLE color: 900305.

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

Color convert

RGB 209 188 13 -
CMYK 0 0.10 0.94 0.18
HSL 53.57º 0.88% 0.44% -
HSV(B) 53.57º 0.94% 0.82% -
XYZ 44.35 49.55 7.61 -
YUV 174.33 36.96 152.73 -
System Red Green Blue C M Y K H S L
Decimal 209 188 13 0 0.10 0.94 0.18 53.57 0.88 0.44
Hex D1 BC D 0 A 5E 12 36 58 2C
Octal 321 274 15 0 12 136 22 66 130 54
Binary 11010001 10111100 1101 0 1010 1011110 10010 110110 1011000 101100

Color Harmonies of #D1BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC0D

Black with #D1BC0D

Text Example


Text Example

White with #D1BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC0D; }

 p { color: rgb(209,188,13); }

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

background-color css

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

 a { background-color: rgb(209,188,13); }

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

border-color css

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

 span { border-color: rgb(209,188,13); }

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