Html Css Color HEX #D5C827 Barberry

📋 copy color: '#D5C827'

red 213 ◦ green 200 ◦ blue 39

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

Shades of Barberry #D5C827

Tints of Barberry #D5C827

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.25%

 BLUE value IS 39 (15.63% from 255) = 8.63%

R = 47.12%
G = 44.25%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5C827 (or 0xD5C827) is known color: Barberry. HEX triplet: D5, C8 and 27. RGB value is (213,200,39). Sum of RGB (Red+Green+Blue) = 213+200+39=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C827 is #2A37D8. Grayscale: #BABABA. Windows color (decimal): -2766809 or 2607317. OLE color: 2607317.

HSL color Cylindrical-coordinate representation of color #D5C827: hue angle of 55.52º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5C827 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 39 -
CMYK 0 0.06 0.82 0.16
HSL 55.52º 0.69% 0.49% -
HSV(B) 55.52º 0.82% 0.84% -
XYZ 48.46 55.6 10.1 -
YUV 185.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 213 200 39 0 0.06 0.82 0.16 55.52 0.69 0.49
Hex D5 C8 27 0 6 52 10 38 45 31
Octal 325 310 47 0 6 122 20 70 105 61
Binary 11010101 11001000 100111 0 110 1010010 10000 111000 1000101 110001

Color Harmonies of #D5C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C827

Black with #D5C827

Text Example


Text Example

White with #D5C827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C827; }

 p { color: rgb(213,200,39); }

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

background-color css

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

 a { background-color: rgb(213,200,39); }

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

border-color css

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

 span { border-color: rgb(213,200,39); }

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