Html Css Color HEX #D0BA01 Bird Flower

📋 copy color: '#D0BA01'

red 208 ◦ green 186 ◦ blue 1

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

Shades of Bird Flower #D0BA01

Tints of Bird Flower #D0BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 52.66%
G = 47.09%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D0BA01 (or 0xD0BA01) is known color: Bird Flower. HEX triplet: D0, BA and 01. RGB value is (208,186,1). Sum of RGB (Red+Green+Blue) = 208+186+1=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BA01 is #2F45FE. Grayscale: #ACACAC. Windows color (decimal): -3098111 or 113360. OLE color: 113360.

HSL color Cylindrical-coordinate representation of color #D0BA01: hue angle of 53.62º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0BA01 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 1 -
CMYK 0 0.11 1.00 0.18
HSL 53.62º 0.99% 0.41% -
HSV(B) 53.62º 1% 0.82% -
XYZ 43.58 48.53 7.1 -
YUV 171.49 31.79 154.04 -
System Red Green Blue C M Y K H S L
Decimal 208 186 1 0 0.11 1.00 0.18 53.62 0.99 0.41
Hex D0 BA 1 0 B 64 12 36 63 29
Octal 320 272 1 0 13 144 22 66 143 51
Binary 11010000 10111010 1 0 1011 1100100 10010 110110 1100011 101001

Color Harmonies of #D0BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA01

Black with #D0BA01

Text Example


Text Example

White with #D0BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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