Html Css Color HEX #DCC925 Barberry

📋 copy color: '#DCC925'

red 220 ◦ green 201 ◦ blue 37

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

Shades of Barberry #DCC925

Tints of Barberry #DCC925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.89%

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

R = 48.03%
G = 43.89%
B = 8.08%

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

#DCC925 (or 0xDCC925) is known color: Barberry. HEX triplet: DC, C9 and 25. RGB value is (220,201,37). Sum of RGB (Red+Green+Blue) = 220+201+37=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC925 is #2336DA. Grayscale: #BCBCBC. Windows color (decimal): -2307803 or 2476508. OLE color: 2476508.

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

Color convert

RGB 220 201 37 -
CMYK 0 0.09 0.83 0.14
HSL 53.77º 0.72% 0.5% -
HSV(B) 53.77º 0.83% 0.86% -
XYZ 50.74 57.12 10.1 -
YUV 187.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 220 201 37 0 0.09 0.83 0.14 53.77 0.72 0.5
Hex DC C9 25 0 9 53 E 36 48 32
Octal 334 311 45 0 11 123 16 66 110 62
Binary 11011100 11001001 100101 0 1001 1010011 1110 110110 1001000 110010

Color Harmonies of #DCC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC925

Black with #DCC925

Text Example


Text Example

White with #DCC925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC925; }

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

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

background-color css

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

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

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

border-color css

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

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

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