Html Css Color HEX #DCCC29 Barberry

📋 copy color: '#DCCC29'

red 220 ◦ green 204 ◦ blue 41

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

Shades of Barberry #DCCC29

Tints of Barberry #DCCC29

RGB

 RED value IS 220 (86.33% from 255) = 47.31%

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

 BLUE value IS 41 (16.41% from 255) = 8.82%

R = 47.31%
G = 43.87%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCCC29 (or 0xDCCC29) is known color: Barberry. HEX triplet: DC, CC and 29. RGB value is (220,204,41). Sum of RGB (Red+Green+Blue) = 220+204+41=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC29 is #2333D6. Grayscale: #BEBEBE. Windows color (decimal): -2307031 or 2739420. OLE color: 2739420.

HSL color Cylindrical-coordinate representation of color #DCCC29: hue angle of 54.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCCC29 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 41 -
CMYK 0 0.07 0.81 0.14
HSL 54.64º 0.72% 0.51% -
HSV(B) 54.64º 0.81% 0.86% -
XYZ 51.51 58.56 10.69 -
YUV 190.2 43.8 149.25 -
System Red Green Blue C M Y K H S L
Decimal 220 204 41 0 0.07 0.81 0.14 54.64 0.72 0.51
Hex DC CC 29 0 7 51 E 37 48 33
Octal 334 314 51 0 7 121 16 67 110 63
Binary 11011100 11001100 101001 0 111 1010001 1110 110111 1001000 110011

Color Harmonies of #DCCC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC29

Black with #DCCC29

Text Example


Text Example

White with #DCCC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC29; }

 p { color: rgb(220,204,41); }

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

background-color css

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

 a { background-color: rgb(220,204,41); }

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

border-color css

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

 span { border-color: rgb(220,204,41); }

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