Html Css Color HEX #DCCF22 Barberry

📋 copy color: '#DCCF22'

red 220 ◦ green 207 ◦ blue 34

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

Shades of Barberry #DCCF22

Tints of Barberry #DCCF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.38%

R = 47.72%
G = 44.9%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCCF22 (or 0xDCCF22) is known color: Barberry. HEX triplet: DC, CF and 22. RGB value is (220,207,34). Sum of RGB (Red+Green+Blue) = 220+207+34=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF22 is #2330DD. Grayscale: #BFBFBF. Windows color (decimal): -2306270 or 2281436. OLE color: 2281436.

HSL color Cylindrical-coordinate representation of color #DCCF22: hue angle of 55.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCF22 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 34 -
CMYK 0 0.06 0.85 0.14
HSL 55.81º 0.73% 0.5% -
HSV(B) 55.81º 0.85% 0.86% -
XYZ 52.12 59.96 10.34 -
YUV 191.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 220 207 34 0 0.06 0.85 0.14 55.81 0.73 0.5
Hex DC CF 22 0 6 55 E 38 49 32
Octal 334 317 42 0 6 125 16 70 111 62
Binary 11011100 11001111 100010 0 110 1010101 1110 111000 1001001 110010

Color Harmonies of #DCCF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF22

Black with #DCCF22

Text Example


Text Example

White with #DCCF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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