Html Css Color HEX #DCC727 Barberry

📋 copy color: '#DCC727'

red 220 ◦ green 199 ◦ blue 39

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

Shades of Barberry #DCC727

Tints of Barberry #DCC727

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

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

R = 48.03%
G = 43.45%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCC727 (or 0xDCC727) is known color: Barberry. HEX triplet: DC, C7 and 27. RGB value is (220,199,39). Sum of RGB (Red+Green+Blue) = 220+199+39=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC727 is #2338D8. Grayscale: #BBBBBB. Windows color (decimal): -2308313 or 2607068. OLE color: 2607068.

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

Color convert

RGB 220 199 39 -
CMYK 0 0.10 0.82 0.14
HSL 53.04º 0.72% 0.51% -
HSV(B) 53.04º 0.82% 0.86% -
XYZ 50.3 56.21 10.12 -
YUV 187.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 220 199 39 0 0.10 0.82 0.14 53.04 0.72 0.51
Hex DC C7 27 0 A 52 E 35 48 33
Octal 334 307 47 0 12 122 16 65 110 63
Binary 11011100 11000111 100111 0 1010 1010010 1110 110101 1001000 110011

Color Harmonies of #DCC727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC727

Black with #DCC727

Text Example


Text Example

White with #DCC727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC727; }

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

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

background-color css

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

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

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

border-color css

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

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

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