Html Css Color HEX #DCD127 Barberry

📋 copy color: '#DCD127'

red 220 ◦ green 209 ◦ blue 39

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

Shades of Barberry #DCD127

Tints of Barberry #DCD127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.66%

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

R = 47.01%
G = 44.66%
B = 8.33%

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

#DCD127 (or 0xDCD127) is known color: Barberry. HEX triplet: DC, D1 and 27. RGB value is (220,209,39). Sum of RGB (Red+Green+Blue) = 220+209+39=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 39 (15.62% from 255 or 8.33% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD127 is #232ED8. Grayscale: #C1C1C1. Windows color (decimal): -2305753 or 2609628. OLE color: 2609628.

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

Color convert

RGB 220 209 39 -
CMYK 0 0.05 0.82 0.14
HSL 56.35º 0.72% 0.51% -
HSV(B) 56.35º 0.82% 0.86% -
XYZ 52.68 60.96 10.91 -
YUV 192.91 41.14 147.32 -
System Red Green Blue C M Y K H S L
Decimal 220 209 39 0 0.05 0.82 0.14 56.35 0.72 0.51
Hex DC D1 27 0 5 52 E 38 48 33
Octal 334 321 47 0 5 122 16 70 110 63
Binary 11011100 11010001 100111 0 101 1010010 1110 111000 1001000 110011

Color Harmonies of #DCD127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD127

Black with #DCD127

Text Example


Text Example

White with #DCD127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD127; }

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

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

background-color css

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

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

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

border-color css

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

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

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