Html Css Color HEX #DDCB28 Barberry

📋 copy color: '#DDCB28'

red 221 ◦ green 203 ◦ blue 40

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

Shades of Barberry #DDCB28

Tints of Barberry #DDCB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.62%

R = 47.63%
G = 43.75%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDCB28 (or 0xDDCB28) is known color: Barberry. HEX triplet: DD, CB and 28. RGB value is (221,203,40). Sum of RGB (Red+Green+Blue) = 221+203+40=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB28 is #2234D7. Grayscale: #BEBEBE. Windows color (decimal): -2241752 or 2673629. OLE color: 2673629.

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

Color convert

RGB 221 203 40 -
CMYK 0 0.08 0.82 0.13
HSL 54.03º 0.73% 0.51% -
HSV(B) 54.03º 0.82% 0.87% -
XYZ 51.56 58.24 10.53 -
YUV 189.8 43.46 150.25 -
System Red Green Blue C M Y K H S L
Decimal 221 203 40 0 0.08 0.82 0.13 54.03 0.73 0.51
Hex DD CB 28 0 8 52 D 36 49 33
Octal 335 313 50 0 10 122 15 66 111 63
Binary 11011101 11001011 101000 0 1000 1010010 1101 110110 1001001 110011

Color Harmonies of #DDCB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB28

Black with #DDCB28

Text Example


Text Example

White with #DDCB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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