Html Css Color HEX #DDCB26 Barberry

📋 copy color: '#DDCB26'

red 221 ◦ green 203 ◦ blue 38

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

Shades of Barberry #DDCB26

Tints of Barberry #DDCB26

RGB

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

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

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

R = 47.84%
G = 43.94%
B = 8.23%

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

#DDCB26 (or 0xDDCB26) is known color: Barberry. HEX triplet: DD, CB and 26. RGB value is (221,203,38). Sum of RGB (Red+Green+Blue) = 221+203+38=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB26 is #2234D9. Grayscale: #BEBEBE. Windows color (decimal): -2241754 or 2542557. OLE color: 2542557.

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

Color convert

RGB 221 203 38 -
CMYK 0 0.08 0.83 0.13
HSL 54.1º 0.73% 0.51% -
HSV(B) 54.1º 0.83% 0.87% -
XYZ 51.52 58.22 10.36 -
YUV 189.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 221 203 38 0 0.08 0.83 0.13 54.1 0.73 0.51
Hex DD CB 26 0 8 53 D 36 49 33
Octal 335 313 46 0 10 123 15 66 111 63
Binary 11011101 11001011 100110 0 1000 1010011 1101 110110 1001001 110011

Color Harmonies of #DDCB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB26

Black with #DDCB26

Text Example


Text Example

White with #DDCB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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