Html Css Color HEX #DACD28 Barberry

📋 copy color: '#DACD28'

red 218 ◦ green 205 ◦ blue 40

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

Shades of Barberry #DACD28

Tints of Barberry #DACD28

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

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

R = 47.08%
G = 44.28%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DACD28 (or 0xDACD28) is known color: Barberry. HEX triplet: DA, CD and 28. RGB value is (218,205,40). Sum of RGB (Red+Green+Blue) = 218+205+40=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD28 is #2532D7. Grayscale: #BEBEBE. Windows color (decimal): -2437848 or 2674138. OLE color: 2674138.

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

Color convert

RGB 218 205 40 -
CMYK 0 0.06 0.82 0.15
HSL 55.62º 0.71% 0.51% -
HSV(B) 55.62º 0.82% 0.85% -
XYZ 51.13 58.72 10.65 -
YUV 190.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 218 205 40 0 0.06 0.82 0.15 55.62 0.71 0.51
Hex DA CD 28 0 6 52 F 38 47 33
Octal 332 315 50 0 6 122 17 70 107 63
Binary 11011010 11001101 101000 0 110 1010010 1111 111000 1000111 110011

Color Harmonies of #DACD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD28

Black with #DACD28

Text Example


Text Example

White with #DACD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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