Html Css Color HEX #DACC0B Bird Flower

📋 copy color: '#DACC0B'

red 218 ◦ green 204 ◦ blue 11

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

Shades of Bird Flower #DACC0B

Tints of Bird Flower #DACC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.11%

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 50.35%
G = 47.11%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DACC0B (or 0xDACC0B) is known color: Bird Flower. HEX triplet: DA, CC and 0B. RGB value is (218,204,11). Sum of RGB (Red+Green+Blue) = 218+204+11=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC0B is #2533F4. Grayscale: #BABABA. Windows color (decimal): -2438133 or 773338. OLE color: 773338.

HSL color Cylindrical-coordinate representation of color #DACC0B: hue angle of 55.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DACC0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 11 -
CMYK 0 0.06 0.95 0.15
HSL 55.94º 0.9% 0.45% -
HSV(B) 55.94º 0.95% 0.85% -
XYZ 50.57 58.12 8.87 -
YUV 186.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 218 204 11 0 0.06 0.95 0.15 55.94 0.9 0.45
Hex DA CC B 0 6 5F F 38 5A 2D
Octal 332 314 13 0 6 137 17 70 132 55
Binary 11011010 11001100 1011 0 110 1011111 1111 111000 1011010 101101

Color Harmonies of #DACC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC0B

Black with #DACC0B

Text Example


Text Example

White with #DACC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC0B; }

 p { color: rgb(218,204,11); }

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

background-color css

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

 a { background-color: rgb(218,204,11); }

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

border-color css

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

 span { border-color: rgb(218,204,11); }

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