Html Css Color HEX #DACB23 Barberry

📋 copy color: '#DACB23'

red 218 ◦ green 203 ◦ blue 35

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

Shades of Barberry #DACB23

Tints of Barberry #DACB23

RGB

 RED value IS 218 (85.55% from 255) = 47.81%

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

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

R = 47.81%
G = 44.52%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DACB23 (or 0xDACB23) is known color: Barberry. HEX triplet: DA, CB and 23. RGB value is (218,203,35). Sum of RGB (Red+Green+Blue) = 218+203+35=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 35 (14.06% from 255 or 7.68% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB23 is #2534DC. Grayscale: #BDBDBD. Windows color (decimal): -2438365 or 2345946. OLE color: 2345946.

HSL color Cylindrical-coordinate representation of color #DACB23: hue angle of 55.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DACB23 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 35 -
CMYK 0 0.07 0.84 0.15
HSL 55.08º 0.72% 0.5% -
HSV(B) 55.08º 0.84% 0.85% -
XYZ 50.57 57.74 10.07 -
YUV 188.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 218 203 35 0 0.07 0.84 0.15 55.08 0.72 0.5
Hex DA CB 23 0 7 54 F 37 48 32
Octal 332 313 43 0 7 124 17 67 110 62
Binary 11011010 11001011 100011 0 111 1010100 1111 110111 1001000 110010

Color Harmonies of #DACB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB23

Black with #DACB23

Text Example


Text Example

White with #DACB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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