Html Css Color HEX #DDCB22 Barberry

📋 copy color: '#DDCB22'

red 221 ◦ green 203 ◦ blue 34

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

Shades of Barberry #DDCB22

Tints of Barberry #DDCB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.42%

R = 48.25%
G = 44.32%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDCB22 (or 0xDDCB22) is known color: Barberry. HEX triplet: DD, CB and 22. RGB value is (221,203,34). Sum of RGB (Red+Green+Blue) = 221+203+34=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 34 (13.67% from 255 or 7.42% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB22 is #2234DD. Grayscale: #BDBDBD. Windows color (decimal): -2241758 or 2280413. OLE color: 2280413.

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

Color convert

RGB 221 203 34 -
CMYK 0 0.08 0.85 0.13
HSL 54.22º 0.73% 0.5% -
HSV(B) 54.22º 0.85% 0.87% -
XYZ 51.46 58.2 10.03 -
YUV 189.12 40.46 150.74 -
System Red Green Blue C M Y K H S L
Decimal 221 203 34 0 0.08 0.85 0.13 54.22 0.73 0.5
Hex DD CB 22 0 8 55 D 36 49 32
Octal 335 313 42 0 10 125 15 66 111 62
Binary 11011101 11001011 100010 0 1000 1010101 1101 110110 1001001 110010

Color Harmonies of #DDCB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB22

Black with #DDCB22

Text Example


Text Example

White with #DDCB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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