Html Css Color HEX #DAC322 Sunflower

📋 copy color: '#DAC322'

red 218 ◦ green 195 ◦ blue 34

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

Shades of Sunflower #DAC322

Tints of Sunflower #DAC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 48.77%
G = 43.62%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAC322 (or 0xDAC322) is known color: Sunflower. HEX triplet: DA, C3 and 22. RGB value is (218,195,34). Sum of RGB (Red+Green+Blue) = 218+195+34=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC322 is #253CDD. Grayscale: #B8B8B8. Windows color (decimal): -2440414 or 2278362. OLE color: 2278362.

HSL color Cylindrical-coordinate representation of color #DAC322: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAC322 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 34 -
CMYK 0 0.11 0.84 0.15
HSL 52.5º 0.73% 0.49% -
HSV(B) 52.5º 0.84% 0.85% -
XYZ 48.72 54.05 9.38 -
YUV 183.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 218 195 34 0 0.11 0.84 0.15 52.5 0.73 0.49
Hex DA C3 22 0 B 54 F 34 49 31
Octal 332 303 42 0 13 124 17 64 111 61
Binary 11011010 11000011 100010 0 1011 1010100 1111 110100 1001001 110001

Color Harmonies of #DAC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC322

Black with #DAC322

Text Example


Text Example

White with #DAC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC322; }

 p { color: rgb(218,195,34); }

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

background-color css

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

 a { background-color: rgb(218,195,34); }

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

border-color css

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

 span { border-color: rgb(218,195,34); }

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