Html Css Color HEX #DCCD25 Barberry

📋 copy color: '#DCCD25'

red 220 ◦ green 205 ◦ blue 37

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

Shades of Barberry #DCCD25

Tints of Barberry #DCCD25

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

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

R = 47.62%
G = 44.37%
B = 8.01%

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

#DCCD25 (or 0xDCCD25) is known color: Barberry. HEX triplet: DC, CD and 25. RGB value is (220,205,37). Sum of RGB (Red+Green+Blue) = 220+205+37=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD25 is #2332DA. Grayscale: #BFBFBF. Windows color (decimal): -2306779 or 2477532. OLE color: 2477532.

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

Color convert

RGB 220 205 37 -
CMYK 0 0.07 0.83 0.14
HSL 55.08º 0.72% 0.5% -
HSV(B) 55.08º 0.83% 0.86% -
XYZ 51.68 59.01 10.42 -
YUV 190.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 220 205 37 0 0.07 0.83 0.14 55.08 0.72 0.5
Hex DC CD 25 0 7 53 E 37 48 32
Octal 334 315 45 0 7 123 16 67 110 62
Binary 11011100 11001101 100101 0 111 1010011 1110 110111 1001000 110010

Color Harmonies of #DCCD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD25

Black with #DCCD25

Text Example


Text Example

White with #DCCD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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