Html Css Color HEX #DACB01 Bird Flower

📋 copy color: '#DACB01'

red 218 ◦ green 203 ◦ blue 1

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

Shades of Bird Flower #DACB01

Tints of Bird Flower #DACB01

RGB

 RED value IS 218 (85.55% from 255) = 51.66%

 GREEN value IS 203 (79.69% from 255) = 48.1%

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

R = 51.66%
G = 48.1%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DACB01 (or 0xDACB01) is known color: Bird Flower. HEX triplet: DA, CB and 01. RGB value is (218,203,1). Sum of RGB (Red+Green+Blue) = 218+203+1=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB01 is #2534FE. Grayscale: #B9B9B9. Windows color (decimal): -2438399 or 117722. OLE color: 117722.

HSL color Cylindrical-coordinate representation of color #DACB01: hue angle of 55.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DACB01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 1 -
CMYK 0 0.07 1.00 0.15
HSL 55.85º 0.99% 0.43% -
HSV(B) 55.85º 1% 0.85% -
XYZ 50.27 57.62 8.5 -
YUV 184.46 24.47 151.93 -
System Red Green Blue C M Y K H S L
Decimal 218 203 1 0 0.07 1.00 0.15 55.85 0.99 0.43
Hex DA CB 1 0 7 64 F 38 63 2B
Octal 332 313 1 0 7 144 17 70 143 53
Binary 11011010 11001011 1 0 111 1100100 1111 111000 1100011 101011

Color Harmonies of #DACB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB01

Black with #DACB01

Text Example


Text Example

White with #DACB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB01; }

 p { color: rgb(218,203,1); }

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

background-color css

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

 a { background-color: rgb(218,203,1); }

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

border-color css

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

 span { border-color: rgb(218,203,1); }

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