Html Css Color HEX #DCCF1A Barberry

📋 copy color: '#DCCF1A'

red 220 ◦ green 207 ◦ blue 26

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

Shades of Barberry #DCCF1A

Tints of Barberry #DCCF1A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.7%

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

R = 48.57%
G = 45.7%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCCF1A (or 0xDCCF1A) is known color: Barberry. HEX triplet: DC, CF and 1A. RGB value is (220,207,26). Sum of RGB (Red+Green+Blue) = 220+207+26=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF1A is #2330E5. Grayscale: #BEBEBE. Windows color (decimal): -2306278 or 1757148. OLE color: 1757148.

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

Color convert

RGB 220 207 26 -
CMYK 0 0.06 0.88 0.14
HSL 55.98º 0.79% 0.48% -
HSV(B) 55.98º 0.88% 0.86% -
XYZ 52.01 59.92 9.8 -
YUV 190.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 220 207 26 0 0.06 0.88 0.14 55.98 0.79 0.48
Hex DC CF 1A 0 6 58 E 38 4F 30
Octal 334 317 32 0 6 130 16 70 117 60
Binary 11011100 11001111 11010 0 110 1011000 1110 111000 1001111 110000

Color Harmonies of #DCCF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF1A

Black with #DCCF1A

Text Example


Text Example

White with #DCCF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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