Html Css Color HEX #DACF28 Barberry

📋 copy color: '#DACF28'

red 218 ◦ green 207 ◦ blue 40

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

Shades of Barberry #DACF28

Tints of Barberry #DACF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.6%

R = 46.88%
G = 44.52%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DACF28 (or 0xDACF28) is known color: Barberry. HEX triplet: DA, CF and 28. RGB value is (218,207,40). Sum of RGB (Red+Green+Blue) = 218+207+40=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF28 is #2530D7. Grayscale: #BFBFBF. Windows color (decimal): -2437336 or 2674650. OLE color: 2674650.

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

Color convert

RGB 218 207 40 -
CMYK 0 0.05 0.82 0.15
HSL 56.29º 0.71% 0.51% -
HSV(B) 56.29º 0.82% 0.85% -
XYZ 51.61 59.68 10.81 -
YUV 191.25 42.64 147.08 -
System Red Green Blue C M Y K H S L
Decimal 218 207 40 0 0.05 0.82 0.15 56.29 0.71 0.51
Hex DA CF 28 0 5 52 F 38 47 33
Octal 332 317 50 0 5 122 17 70 107 63
Binary 11011010 11001111 101000 0 101 1010010 1111 111000 1000111 110011

Color Harmonies of #DACF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF28

Black with #DACF28

Text Example


Text Example

White with #DACF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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