Html Css Color HEX #DDCC25 Barberry

📋 copy color: '#DDCC25'

red 221 ◦ green 204 ◦ blue 37

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

Shades of Barberry #DDCC25

Tints of Barberry #DDCC25

RGB

 RED value IS 221 (86.72% from 255) = 47.84%

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

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

R = 47.84%
G = 44.16%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDCC25 (or 0xDDCC25) is known color: Barberry. HEX triplet: DD, CC and 25. RGB value is (221,204,37). Sum of RGB (Red+Green+Blue) = 221+204+37=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC25 is #2233DA. Grayscale: #BEBEBE. Windows color (decimal): -2241499 or 2477277. OLE color: 2477277.

HSL color Cylindrical-coordinate representation of color #DDCC25: hue angle of 54.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDCC25 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 37 -
CMYK 0 0.08 0.83 0.13
HSL 54.46º 0.73% 0.51% -
HSV(B) 54.46º 0.83% 0.87% -
XYZ 51.75 58.69 10.35 -
YUV 190.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 221 204 37 0 0.08 0.83 0.13 54.46 0.73 0.51
Hex DD CC 25 0 8 53 D 36 49 33
Octal 335 314 45 0 10 123 15 66 111 63
Binary 11011101 11001100 100101 0 1000 1010011 1101 110110 1001001 110011

Color Harmonies of #DDCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC25

Black with #DDCC25

Text Example


Text Example

White with #DDCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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