Html Css Color HEX #DAB30C Sunflower

📋 copy color: '#DAB30C'

red 218 ◦ green 179 ◦ blue 12

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

Shades of Sunflower #DAB30C

Tints of Sunflower #DAB30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

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

R = 53.3%
G = 43.77%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB30C (or 0xDAB30C) is known color: Sunflower. HEX triplet: DA, B3 and 0C. RGB value is (218,179,12). Sum of RGB (Red+Green+Blue) = 218+179+12=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB30C is #254CF3. Grayscale: #ACACAC. Windows color (decimal): -2444532 or 832474. OLE color: 832474.

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

Color convert

RGB 218 179 12 -
CMYK 0 0.18 0.94 0.15
HSL 48.64º 0.9% 0.45% -
HSV(B) 48.64º 0.94% 0.85% -
XYZ 45.1 47.17 7.08 -
YUV 171.62 37.92 161.08 -
System Red Green Blue C M Y K H S L
Decimal 218 179 12 0 0.18 0.94 0.15 48.64 0.9 0.45
Hex DA B3 C 0 12 5E F 31 5A 2D
Octal 332 263 14 0 22 136 17 61 132 55
Binary 11011010 10110011 1100 0 10010 1011110 1111 110001 1011010 101101

Color Harmonies of #DAB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB30C

Black with #DAB30C

Text Example


Text Example

White with #DAB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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