Html Css Color HEX #DCCA1E Barberry

📋 copy color: '#DCCA1E'

red 220 ◦ green 202 ◦ blue 30

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

Shades of Barberry #DCCA1E

Tints of Barberry #DCCA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.69%

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

R = 48.67%
G = 44.69%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCCA1E (or 0xDCCA1E) is known color: Barberry. HEX triplet: DC, CA and 1E. RGB value is (220,202,30). Sum of RGB (Red+Green+Blue) = 220+202+30=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA1E is #2335E1. Grayscale: #BCBCBC. Windows color (decimal): -2307554 or 2018012. OLE color: 2018012.

HSL color Cylindrical-coordinate representation of color #DCCA1E: hue angle of 54.32º 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 #DCCA1E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 30 -
CMYK 0 0.08 0.86 0.14
HSL 54.32º 0.76% 0.49% -
HSV(B) 54.32º 0.86% 0.86% -
XYZ 50.87 57.55 9.66 -
YUV 187.77 38.96 150.99 -
System Red Green Blue C M Y K H S L
Decimal 220 202 30 0 0.08 0.86 0.14 54.32 0.76 0.49
Hex DC CA 1E 0 8 56 E 36 4C 31
Octal 334 312 36 0 10 126 16 66 114 61
Binary 11011100 11001010 11110 0 1000 1010110 1110 110110 1001100 110001

Color Harmonies of #DCCA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA1E

Black with #DCCA1E

Text Example


Text Example

White with #DCCA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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