Html Css Color HEX #DCC42B Barberry

📋 copy color: '#DCC42B'

red 220 ◦ green 196 ◦ blue 43

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

Shades of Barberry #DCC42B

Tints of Barberry #DCC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.7%

 BLUE value IS 43 (17.19% from 255) = 9.37%

R = 47.93%
G = 42.7%
B = 9.37%

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

#DCC42B (or 0xDCC42B) is known color: Barberry. HEX triplet: DC, C4 and 2B. RGB value is (220,196,43). Sum of RGB (Red+Green+Blue) = 220+196+43=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC42B is #233BD4. Grayscale: #BABABA. Windows color (decimal): -2309077 or 2868444. OLE color: 2868444.

HSL color Cylindrical-coordinate representation of color #DCC42B: hue angle of 51.86º degrees, saturation: 0.72, 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 #DCC42B is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 43 -
CMYK 0 0.11 0.80 0.14
HSL 51.86º 0.72% 0.52% -
HSV(B) 51.86º 0.8% 0.86% -
XYZ 49.69 54.87 10.26 -
YUV 185.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 220 196 43 0 0.11 0.80 0.14 51.86 0.72 0.52
Hex DC C4 2B 0 B 50 E 34 48 34
Octal 334 304 53 0 13 120 16 64 110 64
Binary 11011100 11000100 101011 0 1011 1010000 1110 110100 1001000 110100

Color Harmonies of #DCC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC42B

Black with #DCC42B

Text Example


Text Example

White with #DCC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC42B; }

 p { color: rgb(220,196,43); }

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

background-color css

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

 a { background-color: rgb(220,196,43); }

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

border-color css

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

 span { border-color: rgb(220,196,43); }

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