Html Css Color HEX #D0BA1C Bird Flower

📋 copy color: '#D0BA1C'

red 208 ◦ green 186 ◦ blue 28

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

Shades of Bird Flower #D0BA1C

Tints of Bird Flower #D0BA1C

RGB

 RED value IS 208 (81.64% from 255) = 49.29%

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

 BLUE value IS 28 (11.33% from 255) = 6.64%

R = 49.29%
G = 44.08%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0BA1C (or 0xD0BA1C) is known color: Bird Flower. HEX triplet: D0, BA and 1C. RGB value is (208,186,28). Sum of RGB (Red+Green+Blue) = 208+186+28=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA1C is #2F45E3. Grayscale: #AFAFAF. Windows color (decimal): -3098084 or 1882832. OLE color: 1882832.

HSL color Cylindrical-coordinate representation of color #D0BA1C: hue angle of 52.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0BA1C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 28 -
CMYK 0 0.11 0.87 0.18
HSL 52.67º 0.76% 0.46% -
HSV(B) 52.67º 0.87% 0.82% -
XYZ 43.78 48.61 8.17 -
YUV 174.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 208 186 28 0 0.11 0.87 0.18 52.67 0.76 0.46
Hex D0 BA 1C 0 B 57 12 35 4C 2E
Octal 320 272 34 0 13 127 22 65 114 56
Binary 11010000 10111010 11100 0 1011 1010111 10010 110101 1001100 101110

Color Harmonies of #D0BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA1C

Black with #D0BA1C

Text Example


Text Example

White with #D0BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA1C; }

 p { color: rgb(208,186,28); }

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

background-color css

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

 a { background-color: rgb(208,186,28); }

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

border-color css

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

 span { border-color: rgb(208,186,28); }

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