Html Css Color HEX #DCCC25 Barberry

📋 copy color: '#DCCC25'

red 220 ◦ green 204 ◦ blue 37

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

Shades of Barberry #DCCC25

Tints of Barberry #DCCC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

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

R = 47.72%
G = 44.25%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCCC25 (or 0xDCCC25) is known color: Barberry. HEX triplet: DC, CC and 25. RGB value is (220,204,37). Sum of RGB (Red+Green+Blue) = 220+204+37=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC25 is #2333DA. Grayscale: #BEBEBE. Windows color (decimal): -2307035 or 2477276. OLE color: 2477276.

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

Color convert

RGB 220 204 37 -
CMYK 0 0.07 0.83 0.14
HSL 54.75º 0.72% 0.5% -
HSV(B) 54.75º 0.83% 0.86% -
XYZ 51.44 58.53 10.34 -
YUV 189.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 220 204 37 0 0.07 0.83 0.14 54.75 0.72 0.5
Hex DC CC 25 0 7 53 E 37 48 32
Octal 334 314 45 0 7 123 16 67 110 62
Binary 11011100 11001100 100101 0 111 1010011 1110 110111 1001000 110010

Color Harmonies of #DCCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC25

Black with #DCCC25

Text Example


Text Example

White with #DCCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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