Html Css Color HEX #DCCC1E Barberry

📋 copy color: '#DCCC1E'

red 220 ◦ green 204 ◦ blue 30

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

Shades of Barberry #DCCC1E

Tints of Barberry #DCCC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.61%

R = 48.46%
G = 44.93%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCCC1E (or 0xDCCC1E) is known color: Barberry. HEX triplet: DC, CC and 1E. RGB value is (220,204,30). Sum of RGB (Red+Green+Blue) = 220+204+30=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC1E is #2333E1. Grayscale: #BDBDBD. Windows color (decimal): -2307042 or 2018524. OLE color: 2018524.

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

Color convert

RGB 220 204 30 -
CMYK 0 0.07 0.86 0.14
HSL 54.95º 0.76% 0.49% -
HSV(B) 54.95º 0.86% 0.86% -
XYZ 51.34 58.5 9.81 -
YUV 188.95 38.3 150.15 -
System Red Green Blue C M Y K H S L
Decimal 220 204 30 0 0.07 0.86 0.14 54.95 0.76 0.49
Hex DC CC 1E 0 7 56 E 37 4C 31
Octal 334 314 36 0 7 126 16 67 114 61
Binary 11011100 11001100 11110 0 111 1010110 1110 110111 1001100 110001

Color Harmonies of #DCCC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC1E

Black with #DCCC1E

Text Example


Text Example

White with #DCCC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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