Html Css Color HEX #DCC825 Barberry

📋 copy color: '#DCC825'

red 220 ◦ green 200 ◦ blue 37

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

Shades of Barberry #DCC825

Tints of Barberry #DCC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.76%

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

R = 48.14%
G = 43.76%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC825 (or 0xDCC825) is known color: Barberry. HEX triplet: DC, C8 and 25. RGB value is (220,200,37). Sum of RGB (Red+Green+Blue) = 220+200+37=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC825 is #2337DA. Grayscale: #BCBCBC. Windows color (decimal): -2308059 or 2476252. OLE color: 2476252.

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

Color convert

RGB 220 200 37 -
CMYK 0 0.09 0.83 0.14
HSL 53.44º 0.72% 0.5% -
HSV(B) 53.44º 0.83% 0.86% -
XYZ 50.5 56.66 10.02 -
YUV 187.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 220 200 37 0 0.09 0.83 0.14 53.44 0.72 0.5
Hex DC C8 25 0 9 53 E 35 48 32
Octal 334 310 45 0 11 123 16 65 110 62
Binary 11011100 11001000 100101 0 1001 1010011 1110 110101 1001000 110010

Color Harmonies of #DCC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC825

Black with #DCC825

Text Example


Text Example

White with #DCC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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