Html Css Color HEX #DAC70B Bird Flower

📋 copy color: '#DAC70B'

red 218 ◦ green 199 ◦ blue 11

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

Shades of Bird Flower #DAC70B

Tints of Bird Flower #DAC70B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.5%

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

R = 50.93%
G = 46.5%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAC70B (or 0xDAC70B) is known color: Bird Flower. HEX triplet: DA, C7 and 0B. RGB value is (218,199,11). Sum of RGB (Red+Green+Blue) = 218+199+11=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC70B is #2538F4. Grayscale: #B8B8B8. Windows color (decimal): -2439413 or 772058. OLE color: 772058.

HSL color Cylindrical-coordinate representation of color #DAC70B: hue angle of 54.49º 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 #DAC70B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 11 -
CMYK 0 0.09 0.95 0.15
HSL 54.49º 0.9% 0.45% -
HSV(B) 54.49º 0.95% 0.85% -
XYZ 49.4 55.78 8.48 -
YUV 183.25 30.79 152.79 -
System Red Green Blue C M Y K H S L
Decimal 218 199 11 0 0.09 0.95 0.15 54.49 0.9 0.45
Hex DA C7 B 0 9 5F F 36 5A 2D
Octal 332 307 13 0 11 137 17 66 132 55
Binary 11011010 11000111 1011 0 1001 1011111 1111 110110 1011010 101101

Color Harmonies of #DAC70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC70B

Black with #DAC70B

Text Example


Text Example

White with #DAC70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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