Html Css Color HEX #DCCC1A Barberry

📋 copy color: '#DCCC1A'

red 220 ◦ green 204 ◦ blue 26

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

Shades of Barberry #DCCC1A

Tints of Barberry #DCCC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.78%

R = 48.89%
G = 45.33%
B = 5.78%

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

#DCCC1A (or 0xDCCC1A) is known color: Barberry. HEX triplet: DC, CC and 1A. RGB value is (220,204,26). Sum of RGB (Red+Green+Blue) = 220+204+26=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC1A is #2333E5. Grayscale: #BDBDBD. Windows color (decimal): -2307046 or 1756380. OLE color: 1756380.

HSL color Cylindrical-coordinate representation of color #DCCC1A: hue angle of 55.05º degrees, saturation: 0.79, 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 #DCCC1A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 26 -
CMYK 0 0.07 0.88 0.14
HSL 55.05º 0.79% 0.48% -
HSV(B) 55.05º 0.88% 0.86% -
XYZ 51.29 58.48 9.56 -
YUV 188.49 36.3 150.47 -
System Red Green Blue C M Y K H S L
Decimal 220 204 26 0 0.07 0.88 0.14 55.05 0.79 0.48
Hex DC CC 1A 0 7 58 E 37 4F 30
Octal 334 314 32 0 7 130 16 67 117 60
Binary 11011100 11001100 11010 0 111 1011000 1110 110111 1001111 110000

Color Harmonies of #DCCC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC1A

Black with #DCCC1A

Text Example


Text Example

White with #DCCC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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