Html Css Color HEX #D5CE28 Barberry

📋 copy color: '#D5CE28'

red 213 ◦ green 206 ◦ blue 40

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

Shades of Barberry #D5CE28

Tints of Barberry #D5CE28

RGB

 RED value IS 213 (83.59% from 255) = 46.41%

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

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

R = 46.41%
G = 44.88%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5CE28 (or 0xD5CE28) is known color: Barberry. HEX triplet: D5, CE and 28. RGB value is (213,206,40). Sum of RGB (Red+Green+Blue) = 213+206+40=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE28 is #2A31D7. Grayscale: #BDBDBD. Windows color (decimal): -2765272 or 2674389. OLE color: 2674389.

HSL color Cylindrical-coordinate representation of color #D5CE28: hue angle of 57.57º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5CE28 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 40 -
CMYK 0 0.03 0.81 0.16
HSL 57.57º 0.68% 0.5% -
HSV(B) 57.57º 0.81% 0.84% -
XYZ 49.89 58.44 10.66 -
YUV 189.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 213 206 40 0 0.03 0.81 0.16 57.57 0.68 0.5
Hex D5 CE 28 0 3 51 10 3A 44 32
Octal 325 316 50 0 3 121 20 72 104 62
Binary 11010101 11001110 101000 0 11 1010001 10000 111010 1000100 110010

Color Harmonies of #D5CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE28

Black with #D5CE28

Text Example


Text Example

White with #D5CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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