Html Css Color HEX #DCCC1B Barberry

📋 copy color: '#DCCC1B'

red 220 ◦ green 204 ◦ blue 27

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

Shades of Barberry #DCCC1B

Tints of Barberry #DCCC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.99%

R = 48.78%
G = 45.23%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCCC1B (or 0xDCCC1B) is known color: Barberry. HEX triplet: DC, CC and 1B. RGB value is (220,204,27). Sum of RGB (Red+Green+Blue) = 220+204+27=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC1B is #2333E4. Grayscale: #BDBDBD. Windows color (decimal): -2307045 or 1821916. OLE color: 1821916.

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

Color convert

RGB 220 204 27 -
CMYK 0 0.07 0.88 0.14
HSL 55.03º 0.78% 0.48% -
HSV(B) 55.03º 0.88% 0.86% -
XYZ 51.31 58.48 9.62 -
YUV 188.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 220 204 27 0 0.07 0.88 0.14 55.03 0.78 0.48
Hex DC CC 1B 0 7 58 E 37 4E 30
Octal 334 314 33 0 7 130 16 67 116 60
Binary 11011100 11001100 11011 0 111 1011000 1110 110111 1001110 110000

Color Harmonies of #DCCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC1B

Black with #DCCC1B

Text Example


Text Example

White with #DCCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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