Html Css Color HEX #DACB07 Bird Flower

📋 copy color: '#DACB07'

red 218 ◦ green 203 ◦ blue 7

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

Shades of Bird Flower #DACB07

Tints of Bird Flower #DACB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 50.93%
G = 47.43%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DACB07 (or 0xDACB07) is known color: Bird Flower. HEX triplet: DA, CB and 07. RGB value is (218,203,7). Sum of RGB (Red+Green+Blue) = 218+203+7=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB07 is #2534F8. Grayscale: #B9B9B9. Windows color (decimal): -2438393 or 510938. OLE color: 510938.

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

Color convert

RGB 218 203 7 -
CMYK 0 0.07 0.97 0.15
HSL 55.73º 0.94% 0.44% -
HSV(B) 55.73º 0.97% 0.85% -
XYZ 50.31 57.63 8.67 -
YUV 185.14 27.47 151.44 -
System Red Green Blue C M Y K H S L
Decimal 218 203 7 0 0.07 0.97 0.15 55.73 0.94 0.44
Hex DA CB 7 0 7 61 F 38 5E 2C
Octal 332 313 7 0 7 141 17 70 136 54
Binary 11011010 11001011 111 0 111 1100001 1111 111000 1011110 101100

Color Harmonies of #DACB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB07

Black with #DACB07

Text Example


Text Example

White with #DACB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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