Html Css Color HEX #DDCC26 Barberry

📋 copy color: '#DDCC26'

red 221 ◦ green 204 ◦ blue 38

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

Shades of Barberry #DDCC26

Tints of Barberry #DDCC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 38 (15.23% from 255) = 8.21%

R = 47.73%
G = 44.06%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDCC26 (or 0xDDCC26) is known color: Barberry. HEX triplet: DD, CC and 26. RGB value is (221,204,38). Sum of RGB (Red+Green+Blue) = 221+204+38=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC26 is #2233D9. Grayscale: #BEBEBE. Windows color (decimal): -2241498 or 2542813. OLE color: 2542813.

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

Color convert

RGB 221 204 38 -
CMYK 0 0.08 0.83 0.13
HSL 54.43º 0.73% 0.51% -
HSV(B) 54.43º 0.83% 0.87% -
XYZ 51.76 58.7 10.44 -
YUV 190.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 221 204 38 0 0.08 0.83 0.13 54.43 0.73 0.51
Hex DD CC 26 0 8 53 D 36 49 33
Octal 335 314 46 0 10 123 15 66 111 63
Binary 11011101 11001100 100110 0 1000 1010011 1101 110110 1001001 110011

Color Harmonies of #DDCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC26

Black with #DDCC26

Text Example


Text Example

White with #DDCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC26; }

 p { color: rgb(221,204,38); }

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

background-color css

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

 a { background-color: rgb(221,204,38); }

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

border-color css

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

 span { border-color: rgb(221,204,38); }

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