Html Css Color HEX #DAC30D Sunflower

📋 copy color: '#DAC30D'

red 218 ◦ green 195 ◦ blue 13

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

Shades of Sunflower #DAC30D

Tints of Sunflower #DAC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 51.17%
G = 45.77%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC30D (or 0xDAC30D) is known color: Sunflower. HEX triplet: DA, C3 and 0D. RGB value is (218,195,13). Sum of RGB (Red+Green+Blue) = 218+195+13=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC30D is #253CF2. Grayscale: #B5B5B5. Windows color (decimal): -2440435 or 902106. OLE color: 902106.

HSL color Cylindrical-coordinate representation of color #DAC30D: hue angle of 53.27º degrees, saturation: 0.89, 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 #DAC30D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 13 -
CMYK 0 0.11 0.94 0.15
HSL 53.27º 0.89% 0.45% -
HSV(B) 53.27º 0.94% 0.85% -
XYZ 48.5 53.96 8.24 -
YUV 181.13 33.12 154.3 -
System Red Green Blue C M Y K H S L
Decimal 218 195 13 0 0.11 0.94 0.15 53.27 0.89 0.45
Hex DA C3 D 0 B 5E F 35 59 2D
Octal 332 303 15 0 13 136 17 65 131 55
Binary 11011010 11000011 1101 0 1011 1011110 1111 110101 1011001 101101

Color Harmonies of #DAC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC30D

Black with #DAC30D

Text Example


Text Example

White with #DAC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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