Html Css Color HEX #DDCB25 Barberry

📋 copy color: '#DDCB25'

red 221 ◦ green 203 ◦ blue 37

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

Shades of Barberry #DDCB25

Tints of Barberry #DDCB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

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

R = 47.94%
G = 44.03%
B = 8.03%

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

#DDCB25 (or 0xDDCB25) is known color: Barberry. HEX triplet: DD, CB and 25. RGB value is (221,203,37). Sum of RGB (Red+Green+Blue) = 221+203+37=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB25 is #2234DA. Grayscale: #BEBEBE. Windows color (decimal): -2241755 or 2477021. OLE color: 2477021.

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

Color convert

RGB 221 203 37 -
CMYK 0 0.08 0.83 0.13
HSL 54.13º 0.73% 0.51% -
HSV(B) 54.13º 0.83% 0.87% -
XYZ 51.51 58.22 10.27 -
YUV 189.46 41.96 150.5 -
System Red Green Blue C M Y K H S L
Decimal 221 203 37 0 0.08 0.83 0.13 54.13 0.73 0.51
Hex DD CB 25 0 8 53 D 36 49 33
Octal 335 313 45 0 10 123 15 66 111 63
Binary 11011101 11001011 100101 0 1000 1010011 1101 110110 1001001 110011

Color Harmonies of #DDCB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB25

Black with #DDCB25

Text Example


Text Example

White with #DDCB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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