Html Css Color HEX #DCC627 Barberry

📋 copy color: '#DCC627'

red 220 ◦ green 198 ◦ blue 39

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

Shades of Barberry #DCC627

Tints of Barberry #DCC627

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

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

R = 48.14%
G = 43.33%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCC627 (or 0xDCC627) is known color: Barberry. HEX triplet: DC, C6 and 27. RGB value is (220,198,39). Sum of RGB (Red+Green+Blue) = 220+198+39=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC627 is #2339D8. Grayscale: #BBBBBB. Windows color (decimal): -2308569 or 2606812. OLE color: 2606812.

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

Color convert

RGB 220 198 39 -
CMYK 0 0.1 0.82 0.14
HSL 52.71º 0.72% 0.51% -
HSV(B) 52.71º 0.82% 0.86% -
XYZ 50.08 55.75 10.04 -
YUV 186.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 220 198 39 0 0.1 0.82 0.14 52.71 0.72 0.51
Hex DC C6 27 0 A 52 E 35 48 33
Octal 334 306 47 0 12 122 16 65 110 63
Binary 11011100 11000110 100111 0 1010 1010010 1110 110101 1001000 110011

Color Harmonies of #DCC627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC627

Black with #DCC627

Text Example


Text Example

White with #DCC627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC627; }

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

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

background-color css

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

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

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

border-color css

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

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

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