Html Css Color HEX #D3CB23 Barberry

📋 copy color: '#D3CB23'

red 211 ◦ green 203 ◦ blue 35

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

Shades of Barberry #D3CB23

Tints of Barberry #D3CB23

RGB

 RED value IS 211 (82.81% from 255) = 46.99%

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

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

R = 46.99%
G = 45.21%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D3CB23 (or 0xD3CB23) is known color: Barberry. HEX triplet: D3, CB and 23. RGB value is (211,203,35). Sum of RGB (Red+Green+Blue) = 211+203+35=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CB23 is #2C34DC. Grayscale: #BABABA. Windows color (decimal): -2897117 or 2345939. OLE color: 2345939.

HSL color Cylindrical-coordinate representation of color #D3CB23: hue angle of 57.27º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3CB23 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 203 35 -
CMYK 0 0.04 0.83 0.17
HSL 57.27º 0.72% 0.48% -
HSV(B) 57.27º 0.83% 0.83% -
XYZ 48.52 56.68 9.97 -
YUV 186.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 211 203 35 0 0.04 0.83 0.17 57.27 0.72 0.48
Hex D3 CB 23 0 4 53 11 39 48 30
Octal 323 313 43 0 4 123 21 71 110 60
Binary 11010011 11001011 100011 0 100 1010011 10001 111001 1001000 110000

Color Harmonies of #D3CB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CB23

Black with #D3CB23

Text Example


Text Example

White with #D3CB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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