Html Css Color HEX #DCD325 Barberry

📋 copy color: '#DCD325'

red 220 ◦ green 211 ◦ blue 37

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

Shades of Barberry #DCD325

Tints of Barberry #DCD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 47.01%
G = 45.09%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCD325 (or 0xDCD325) is known color: Barberry. HEX triplet: DC, D3 and 25. RGB value is (220,211,37). Sum of RGB (Red+Green+Blue) = 220+211+37=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD325 is #232CDA. Grayscale: #C2C2C2. Windows color (decimal): -2305243 or 2479068. OLE color: 2479068.

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

Color convert

RGB 220 211 37 -
CMYK 0 0.04 0.83 0.14
HSL 57.05º 0.72% 0.5% -
HSV(B) 57.05º 0.83% 0.86% -
XYZ 53.14 61.94 10.9 -
YUV 193.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 220 211 37 0 0.04 0.83 0.14 57.05 0.72 0.5
Hex DC D3 25 0 4 53 E 39 48 32
Octal 334 323 45 0 4 123 16 71 110 62
Binary 11011100 11010011 100101 0 100 1010011 1110 111001 1001000 110010

Color Harmonies of #DCD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD325

Black with #DCD325

Text Example


Text Example

White with #DCD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD325; }

 p { color: rgb(220,211,37); }

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

background-color css

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

 a { background-color: rgb(220,211,37); }

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

border-color css

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

 span { border-color: rgb(220,211,37); }

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