Html Css Color HEX #DDCB29 Barberry

📋 copy color: '#DDCB29'

red 221 ◦ green 203 ◦ blue 41

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

Shades of Barberry #DDCB29

Tints of Barberry #DDCB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.82%

R = 47.53%
G = 43.66%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDCB29 (or 0xDDCB29) is known color: Barberry. HEX triplet: DD, CB and 29. RGB value is (221,203,41). Sum of RGB (Red+Green+Blue) = 221+203+41=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB29 is #2234D6. Grayscale: #BEBEBE. Windows color (decimal): -2241751 or 2739165. OLE color: 2739165.

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

Color convert

RGB 221 203 41 -
CMYK 0 0.08 0.81 0.13
HSL 54º 0.73% 0.51% -
HSV(B) 54º 0.81% 0.87% -
XYZ 51.57 58.24 10.62 -
YUV 189.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 221 203 41 0 0.08 0.81 0.13 54 0.73 0.51
Hex DD CB 29 0 8 51 D 36 49 33
Octal 335 313 51 0 10 121 15 66 111 63
Binary 11011101 11001011 101001 0 1000 1010001 1101 110110 1001001 110011

Color Harmonies of #DDCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB29

Black with #DDCB29

Text Example


Text Example

White with #DDCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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