Html Css Color HEX #DCC625 Barberry

📋 copy color: '#DCC625'

red 220 ◦ green 198 ◦ blue 37

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

Shades of Barberry #DCC625

Tints of Barberry #DCC625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.13%

R = 48.35%
G = 43.52%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC625 (or 0xDCC625) is known color: Barberry. HEX triplet: DC, C6 and 25. RGB value is (220,198,37). Sum of RGB (Red+Green+Blue) = 220+198+37=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC625 is #2339DA. Grayscale: #BABABA. Windows color (decimal): -2308571 or 2475740. OLE color: 2475740.

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

Color convert

RGB 220 198 37 -
CMYK 0 0.1 0.83 0.14
HSL 52.79º 0.72% 0.5% -
HSV(B) 52.79º 0.83% 0.86% -
XYZ 50.04 55.74 9.87 -
YUV 186.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 220 198 37 0 0.1 0.83 0.14 52.79 0.72 0.5
Hex DC C6 25 0 A 53 E 35 48 32
Octal 334 306 45 0 12 123 16 65 110 62
Binary 11011100 11000110 100101 0 1010 1010011 1110 110101 1001000 110010

Color Harmonies of #DCC625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC625

Black with #DCC625

Text Example


Text Example

White with #DCC625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC625; }

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

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

background-color css

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

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

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

border-color css

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

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

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