Html Css Color HEX #DDC923 Barberry

📋 copy color: '#DDC923'

red 221 ◦ green 201 ◦ blue 35

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

Shades of Barberry #DDC923

Tints of Barberry #DDC923

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.98%

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

R = 48.36%
G = 43.98%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDC923 (or 0xDDC923) is known color: Barberry. HEX triplet: DD, C9 and 23. RGB value is (221,201,35). Sum of RGB (Red+Green+Blue) = 221+201+35=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 35 (14.06% from 255 or 7.66% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC923 is #2236DC. Grayscale: #BCBCBC. Windows color (decimal): -2242269 or 2345437. OLE color: 2345437.

HSL color Cylindrical-coordinate representation of color #DDC923: hue angle of 53.55º 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 #DDC923 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 35 -
CMYK 0 0.09 0.84 0.13
HSL 53.55º 0.73% 0.5% -
HSV(B) 53.55º 0.84% 0.87% -
XYZ 51.01 57.27 9.96 -
YUV 188.06 41.63 151.5 -
System Red Green Blue C M Y K H S L
Decimal 221 201 35 0 0.09 0.84 0.13 53.55 0.73 0.5
Hex DD C9 23 0 9 54 D 36 49 32
Octal 335 311 43 0 11 124 15 66 111 62
Binary 11011101 11001001 100011 0 1001 1010100 1101 110110 1001001 110010

Color Harmonies of #DDC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC923

Black with #DDC923

Text Example


Text Example

White with #DDC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC923; }

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

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

background-color css

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

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

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

border-color css

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

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

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