Html Css Color HEX #DCD024 Barberry

📋 copy color: '#DCD024'

red 220 ◦ green 208 ◦ blue 36

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

Shades of Barberry #DCD024

Tints of Barberry #DCD024

RGB

 RED value IS 220 (86.33% from 255) = 47.41%

 GREEN value IS 208 (81.64% from 255) = 44.83%

 BLUE value IS 36 (14.45% from 255) = 7.76%

R = 47.41%
G = 44.83%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD024 (or 0xDCD024) is known color: Barberry. HEX triplet: DC, D0 and 24. RGB value is (220,208,36). Sum of RGB (Red+Green+Blue) = 220+208+36=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD024 is #232FDB. Grayscale: #C0C0C0. Windows color (decimal): -2306012 or 2412764. OLE color: 2412764.

HSL color Cylindrical-coordinate representation of color #DCD024: hue angle of 56.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCD024 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 36 -
CMYK 0 0.05 0.84 0.14
HSL 56.09º 0.72% 0.5% -
HSV(B) 56.09º 0.84% 0.86% -
XYZ 52.39 60.45 10.58 -
YUV 191.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 220 208 36 0 0.05 0.84 0.14 56.09 0.72 0.5
Hex DC D0 24 0 5 54 E 38 48 32
Octal 334 320 44 0 5 124 16 70 110 62
Binary 11011100 11010000 100100 0 101 1010100 1110 111000 1001000 110010

Color Harmonies of #DCD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD024

Black with #DCD024

Text Example


Text Example

White with #DCD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD024; }

 p { color: rgb(220,208,36); }

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

background-color css

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

 a { background-color: rgb(220,208,36); }

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

border-color css

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

 span { border-color: rgb(220,208,36); }

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