Html Css Color HEX #DCCA25 Barberry

📋 copy color: '#DCCA25'

red 220 ◦ green 202 ◦ blue 37

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

Shades of Barberry #DCCA25

Tints of Barberry #DCCA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.01%

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

R = 47.93%
G = 44.01%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCCA25 (or 0xDCCA25) is known color: Barberry. HEX triplet: DC, CA and 25. RGB value is (220,202,37). Sum of RGB (Red+Green+Blue) = 220+202+37=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA25 is #2335DA. Grayscale: #BDBDBD. Windows color (decimal): -2307547 or 2476764. OLE color: 2476764.

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

Color convert

RGB 220 202 37 -
CMYK 0 0.08 0.83 0.14
HSL 54.1º 0.72% 0.5% -
HSV(B) 54.1º 0.83% 0.86% -
XYZ 50.97 57.59 10.18 -
YUV 188.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 220 202 37 0 0.08 0.83 0.14 54.1 0.72 0.5
Hex DC CA 25 0 8 53 E 36 48 32
Octal 334 312 45 0 10 123 16 66 110 62
Binary 11011100 11001010 100101 0 1000 1010011 1110 110110 1001000 110010

Color Harmonies of #DCCA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA25

Black with #DCCA25

Text Example


Text Example

White with #DCCA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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