Html Css Color HEX #D3CE28 Barberry

📋 copy color: '#D3CE28'

red 211 ◦ green 206 ◦ blue 40

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

Shades of Barberry #D3CE28

Tints of Barberry #D3CE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 46.17%
G = 45.08%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D3CE28 (or 0xD3CE28) is known color: Barberry. HEX triplet: D3, CE and 28. RGB value is (211,206,40). Sum of RGB (Red+Green+Blue) = 211+206+40=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE28 is #2C31D7. Grayscale: #BDBDBD. Windows color (decimal): -2896344 or 2674387. OLE color: 2674387.

HSL color Cylindrical-coordinate representation of color #D3CE28: hue angle of 58.25º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3CE28 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 206 40 -
CMYK 0 0.02 0.81 0.17
HSL 58.25º 0.68% 0.49% -
HSV(B) 58.25º 0.81% 0.83% -
XYZ 49.32 58.14 10.63 -
YUV 188.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 211 206 40 0 0.02 0.81 0.17 58.25 0.68 0.49
Hex D3 CE 28 0 2 51 11 3A 44 31
Octal 323 316 50 0 2 121 21 72 104 61
Binary 11010011 11001110 101000 0 10 1010001 10001 111010 1000100 110001

Color Harmonies of #D3CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CE28

Black with #D3CE28

Text Example


Text Example

White with #D3CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CE28; }

 p { color: rgb(211,206,40); }

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

background-color css

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

 a { background-color: rgb(211,206,40); }

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

border-color css

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

 span { border-color: rgb(211,206,40); }

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