Html Css Color HEX #DCC628 Barberry

📋 copy color: '#DCC628'

red 220 ◦ green 198 ◦ blue 40

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

Shades of Barberry #DCC628

Tints of Barberry #DCC628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.73%

R = 48.03%
G = 43.23%
B = 8.73%

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

#DCC628 (or 0xDCC628) is known color: Barberry. HEX triplet: DC, C6 and 28. RGB value is (220,198,40). Sum of RGB (Red+Green+Blue) = 220+198+40=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC628 is #2339D7. Grayscale: #BBBBBB. Windows color (decimal): -2308568 or 2672348. OLE color: 2672348.

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

Color convert

RGB 220 198 40 -
CMYK 0 0.1 0.82 0.14
HSL 52.67º 0.72% 0.51% -
HSV(B) 52.67º 0.82% 0.86% -
XYZ 50.09 55.76 10.13 -
YUV 186.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 220 198 40 0 0.1 0.82 0.14 52.67 0.72 0.51
Hex DC C6 28 0 A 52 E 35 48 33
Octal 334 306 50 0 12 122 16 65 110 63
Binary 11011100 11000110 101000 0 1010 1010010 1110 110101 1001000 110011

Color Harmonies of #DCC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC628

Black with #DCC628

Text Example


Text Example

White with #DCC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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