Html Css Color HEX #DAC02B Sunflower

📋 copy color: '#DAC02B'

red 218 ◦ green 192 ◦ blue 43

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

Shades of Sunflower #DAC02B

Tints of Sunflower #DAC02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.49%

R = 48.12%
G = 42.38%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAC02B (or 0xDAC02B) is known color: Sunflower. HEX triplet: DA, C0 and 2B. RGB value is (218,192,43). Sum of RGB (Red+Green+Blue) = 218+192+43=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC02B is #253FD4. Grayscale: #B7B7B7. Windows color (decimal): -2441173 or 2867418. OLE color: 2867418.

HSL color Cylindrical-coordinate representation of color #DAC02B: hue angle of 51.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAC02B is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 43 -
CMYK 0 0.12 0.80 0.15
HSL 51.09º 0.7% 0.51% -
HSV(B) 51.09º 0.8% 0.85% -
XYZ 48.2 52.78 9.93 -
YUV 182.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 218 192 43 0 0.12 0.80 0.15 51.09 0.7 0.51
Hex DA C0 2B 0 C 50 F 33 46 33
Octal 332 300 53 0 14 120 17 63 106 63
Binary 11011010 11000000 101011 0 1100 1010000 1111 110011 1000110 110011

Color Harmonies of #DAC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC02B

Black with #DAC02B

Text Example


Text Example

White with #DAC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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