Html Css Color HEX #DACB00 Bird Flower

📋 copy color: '#DACB00'

red 218 ◦ green 203 ◦ blue 0

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

Shades of Bird Flower #DACB00

Tints of Bird Flower #DACB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.78%
G = 48.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DACB00 (or 0xDACB00) is known color: Bird Flower. HEX triplet: DA, CB and 00. RGB value is (218,203,0). Sum of RGB (Red+Green+Blue) = 218+203+0=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB00 is #2534FF. Grayscale: #B9B9B9. Windows color (decimal): -2438400 or 52186. OLE color: 52186.

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

Color convert

RGB 218 203 0 -
CMYK 0 0.07 1 0.15
HSL 55.87º 1% 0.43% -
HSV(B) 55.87º 1% 0.85% -
XYZ 50.27 57.62 8.47 -
YUV 184.34 23.97 152.01 -
System Red Green Blue C M Y K H S L
Decimal 218 203 0 0 0.07 1 0.15 55.87 1 0.43
Hex DA CB 0 0 7 64 F 38 64 2B
Octal 332 313 0 0 7 144 17 70 144 53
Binary 11011010 11001011 0 0 111 1100100 1111 111000 1100100 101011

Color Harmonies of #DACB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB00

Black with #DACB00

Text Example


Text Example

White with #DACB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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