Html Css Color HEX #DACF20 Barberry

📋 copy color: '#DACF20'

red 218 ◦ green 207 ◦ blue 32

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

Shades of Barberry #DACF20

Tints of Barberry #DACF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

 BLUE value IS 32 (12.89% from 255) = 7%

R = 47.7%
G = 45.3%
B = 7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DACF20 (or 0xDACF20) is known color: Barberry. HEX triplet: DA, CF and 20. RGB value is (218,207,32). Sum of RGB (Red+Green+Blue) = 218+207+32=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF20 is #2530DF. Grayscale: #BFBFBF. Windows color (decimal): -2437344 or 2150362. OLE color: 2150362.

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

Color convert

RGB 218 207 32 -
CMYK 0 0.05 0.85 0.15
HSL 56.45º 0.74% 0.49% -
HSV(B) 56.45º 0.85% 0.85% -
XYZ 51.49 59.64 10.16 -
YUV 190.34 38.64 147.73 -
System Red Green Blue C M Y K H S L
Decimal 218 207 32 0 0.05 0.85 0.15 56.45 0.74 0.49
Hex DA CF 20 0 5 55 F 38 4A 31
Octal 332 317 40 0 5 125 17 70 112 61
Binary 11011010 11001111 100000 0 101 1010101 1111 111000 1001010 110001

Color Harmonies of #DACF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF20

Black with #DACF20

Text Example


Text Example

White with #DACF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF20; }

 p { color: rgb(218,207,32); }

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

background-color css

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

 a { background-color: rgb(218,207,32); }

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

border-color css

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

 span { border-color: rgb(218,207,32); }

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