Html Css Color HEX #DCD027 Barberry

📋 copy color: '#DCD027'

red 220 ◦ green 208 ◦ blue 39

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

Shades of Barberry #DCD027

Tints of Barberry #DCD027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.35%

R = 47.11%
G = 44.54%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCD027 (or 0xDCD027) is known color: Barberry. HEX triplet: DC, D0 and 27. RGB value is (220,208,39). Sum of RGB (Red+Green+Blue) = 220+208+39=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD027 is #232FD8. Grayscale: #C1C1C1. Windows color (decimal): -2306009 or 2609372. OLE color: 2609372.

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

Color convert

RGB 220 208 39 -
CMYK 0 0.05 0.82 0.14
HSL 56.02º 0.72% 0.51% -
HSV(B) 56.02º 0.82% 0.86% -
XYZ 52.44 60.47 10.83 -
YUV 192.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 220 208 39 0 0.05 0.82 0.14 56.02 0.72 0.51
Hex DC D0 27 0 5 52 E 38 48 33
Octal 334 320 47 0 5 122 16 70 110 63
Binary 11011100 11010000 100111 0 101 1010010 1110 111000 1001000 110011

Color Harmonies of #DCD027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD027

Black with #DCD027

Text Example


Text Example

White with #DCD027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD027; }

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

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

background-color css

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

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

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

border-color css

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

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

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