Html Css Color HEX #DDCD23 Barberry

📋 copy color: '#DDCD23'

red 221 ◦ green 205 ◦ blue 35

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

Shades of Barberry #DDCD23

Tints of Barberry #DDCD23

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 35 (14.06% from 255) = 7.59%

R = 47.94%
G = 44.47%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDCD23 (or 0xDDCD23) is known color: Barberry. HEX triplet: DD, CD and 23. RGB value is (221,205,35). Sum of RGB (Red+Green+Blue) = 221+205+35=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD23 is #2232DC. Grayscale: #BFBFBF. Windows color (decimal): -2241245 or 2346461. OLE color: 2346461.

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

Color convert

RGB 221 205 35 -
CMYK 0 0.07 0.84 0.13
HSL 54.84º 0.73% 0.5% -
HSV(B) 54.84º 0.84% 0.87% -
XYZ 51.95 59.16 10.27 -
YUV 190.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 221 205 35 0 0.07 0.84 0.13 54.84 0.73 0.5
Hex DD CD 23 0 7 54 D 37 49 32
Octal 335 315 43 0 7 124 15 67 111 62
Binary 11011101 11001101 100011 0 111 1010100 1101 110111 1001001 110010

Color Harmonies of #DDCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD23

Black with #DDCD23

Text Example


Text Example

White with #DDCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD23; }

 p { color: rgb(221,205,35); }

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

background-color css

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

 a { background-color: rgb(221,205,35); }

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

border-color css

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

 span { border-color: rgb(221,205,35); }

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