Html Css Color HEX #DAC00D Sunflower

📋 copy color: '#DAC00D'

red 218 ◦ green 192 ◦ blue 13

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

Shades of Sunflower #DAC00D

Tints of Sunflower #DAC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

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

R = 51.54%
G = 45.39%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC00D (or 0xDAC00D) is known color: Sunflower. HEX triplet: DA, C0 and 0D. RGB value is (218,192,13). Sum of RGB (Red+Green+Blue) = 218+192+13=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC00D is #253FF2. Grayscale: #B4B4B4. Windows color (decimal): -2441203 or 901338. OLE color: 901338.

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

Color convert

RGB 218 192 13 -
CMYK 0 0.12 0.94 0.15
HSL 52.39º 0.89% 0.45% -
HSV(B) 52.39º 0.94% 0.85% -
XYZ 47.84 52.63 8.02 -
YUV 179.37 34.11 155.55 -
System Red Green Blue C M Y K H S L
Decimal 218 192 13 0 0.12 0.94 0.15 52.39 0.89 0.45
Hex DA C0 D 0 C 5E F 34 59 2D
Octal 332 300 15 0 14 136 17 64 131 55
Binary 11011010 11000000 1101 0 1100 1011110 1111 110100 1011001 101101

Color Harmonies of #DAC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC00D

Black with #DAC00D

Text Example


Text Example

White with #DAC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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