Html Css Color HEX #DDCD26 Barberry

📋 copy color: '#DDCD26'

red 221 ◦ green 205 ◦ blue 38

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

Shades of Barberry #DDCD26

Tints of Barberry #DDCD26

RGB

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

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

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

R = 47.63%
G = 44.18%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDCD26 (or 0xDDCD26) is known color: Barberry. HEX triplet: DD, CD and 26. RGB value is (221,205,38). Sum of RGB (Red+Green+Blue) = 221+205+38=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 38 (15.23% from 255 or 8.19% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD26 is #2232D9. Grayscale: #BFBFBF. Windows color (decimal): -2241242 or 2543069. OLE color: 2543069.

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

Color convert

RGB 221 205 38 -
CMYK 0 0.07 0.83 0.13
HSL 54.75º 0.73% 0.51% -
HSV(B) 54.75º 0.83% 0.87% -
XYZ 52 59.17 10.51 -
YUV 190.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 221 205 38 0 0.07 0.83 0.13 54.75 0.73 0.51
Hex DD CD 26 0 7 53 D 37 49 33
Octal 335 315 46 0 7 123 15 67 111 63
Binary 11011101 11001101 100110 0 111 1010011 1101 110111 1001001 110011

Color Harmonies of #DDCD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD26

Black with #DDCD26

Text Example


Text Example

White with #DDCD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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