Html Css Color HEX #DACA0C Bird Flower

📋 copy color: '#DACA0C'

red 218 ◦ green 202 ◦ blue 12

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

Shades of Bird Flower #DACA0C

Tints of Bird Flower #DACA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.76%

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 50.46%
G = 46.76%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DACA0C (or 0xDACA0C) is known color: Bird Flower. HEX triplet: DA, CA and 0C. RGB value is (218,202,12). Sum of RGB (Red+Green+Blue) = 218+202+12=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA0C is #2535F3. Grayscale: #B9B9B9. Windows color (decimal): -2438644 or 838362. OLE color: 838362.

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

Color convert

RGB 218 202 12 -
CMYK 0 0.07 0.94 0.15
HSL 55.34º 0.9% 0.45% -
HSV(B) 55.34º 0.94% 0.85% -
XYZ 50.1 57.17 8.74 -
YUV 185.12 30.3 151.45 -
System Red Green Blue C M Y K H S L
Decimal 218 202 12 0 0.07 0.94 0.15 55.34 0.9 0.45
Hex DA CA C 0 7 5E F 37 5A 2D
Octal 332 312 14 0 7 136 17 67 132 55
Binary 11011010 11001010 1100 0 111 1011110 1111 110111 1011010 101101

Color Harmonies of #DACA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA0C

Black with #DACA0C

Text Example


Text Example

White with #DACA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA0C; }

 p { color: rgb(218,202,12); }

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

background-color css

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

 a { background-color: rgb(218,202,12); }

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

border-color css

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

 span { border-color: rgb(218,202,12); }

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