Html Css Color HEX #DDCB2A Barberry

📋 copy color: '#DDCB2A'

red 221 ◦ green 203 ◦ blue 42

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

Shades of Barberry #DDCB2A

Tints of Barberry #DDCB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 47.42%
G = 43.56%
B = 9.01%

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

#DDCB2A (or 0xDDCB2A) is known color: Barberry. HEX triplet: DD, CB and 2A. RGB value is (221,203,42). Sum of RGB (Red+Green+Blue) = 221+203+42=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB2A is #2234D5. Grayscale: #BEBEBE. Windows color (decimal): -2241750 or 2804701. OLE color: 2804701.

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

Color convert

RGB 221 203 42 -
CMYK 0 0.08 0.81 0.13
HSL 53.97º 0.72% 0.52% -
HSV(B) 53.97º 0.81% 0.87% -
XYZ 51.59 58.25 10.71 -
YUV 190.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 221 203 42 0 0.08 0.81 0.13 53.97 0.72 0.52
Hex DD CB 2A 0 8 51 D 36 48 34
Octal 335 313 52 0 10 121 15 66 110 64
Binary 11011101 11001011 101010 0 1000 1010001 1101 110110 1001000 110100

Color Harmonies of #DDCB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB2A

Black with #DDCB2A

Text Example


Text Example

White with #DDCB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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