Html Css Color HEX #DCCB23 Barberry

📋 copy color: '#DCCB23'

red 220 ◦ green 203 ◦ blue 35

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

Shades of Barberry #DCCB23

Tints of Barberry #DCCB23

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

 BLUE value IS 35 (14.06% from 255) = 7.64%

R = 48.03%
G = 44.32%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCCB23 (or 0xDCCB23) is known color: Barberry. HEX triplet: DC, CB and 23. RGB value is (220,203,35). Sum of RGB (Red+Green+Blue) = 220+203+35=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 35 (14.06% from 255 or 7.64% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB23 is #2334DC. Grayscale: #BDBDBD. Windows color (decimal): -2307293 or 2345948. OLE color: 2345948.

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

Color convert

RGB 220 203 35 -
CMYK 0 0.08 0.84 0.14
HSL 54.49º 0.73% 0.5% -
HSV(B) 54.49º 0.84% 0.86% -
XYZ 51.17 58.05 10.1 -
YUV 188.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 220 203 35 0 0.08 0.84 0.14 54.49 0.73 0.5
Hex DC CB 23 0 8 54 E 36 49 32
Octal 334 313 43 0 10 124 16 66 111 62
Binary 11011100 11001011 100011 0 1000 1010100 1110 110110 1001001 110010

Color Harmonies of #DCCB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB23

Black with #DCCB23

Text Example


Text Example

White with #DCCB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB23; }

 p { color: rgb(220,203,35); }

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

background-color css

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

 a { background-color: rgb(220,203,35); }

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

border-color css

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

 span { border-color: rgb(220,203,35); }

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