Html Css Color HEX #DCC32D Barberry

📋 copy color: '#DCC32D'

red 220 ◦ green 195 ◦ blue 45

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

Shades of Barberry #DCC32D

Tints of Barberry #DCC32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.39%

 BLUE value IS 45 (17.97% from 255) = 9.78%

R = 47.83%
G = 42.39%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCC32D (or 0xDCC32D) is known color: Barberry. HEX triplet: DC, C3 and 2D. RGB value is (220,195,45). Sum of RGB (Red+Green+Blue) = 220+195+45=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC32D is #233CD2. Grayscale: #BABABA. Windows color (decimal): -2309331 or 2999260. OLE color: 2999260.

HSL color Cylindrical-coordinate representation of color #DCC32D: hue angle of 51.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCC32D is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 45 -
CMYK 0 0.11 0.80 0.14
HSL 51.43º 0.71% 0.52% -
HSV(B) 51.43º 0.8% 0.86% -
XYZ 49.5 54.44 10.38 -
YUV 185.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 220 195 45 0 0.11 0.80 0.14 51.43 0.71 0.52
Hex DC C3 2D 0 B 50 E 33 47 34
Octal 334 303 55 0 13 120 16 63 107 64
Binary 11011100 11000011 101101 0 1011 1010000 1110 110011 1000111 110100

Color Harmonies of #DCC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC32D

Black with #DCC32D

Text Example


Text Example

White with #DCC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC32D; }

 p { color: rgb(220,195,45); }

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

background-color css

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

 a { background-color: rgb(220,195,45); }

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

border-color css

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

 span { border-color: rgb(220,195,45); }

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