Html Css Color HEX #D5C927 Barberry

📋 copy color: '#D5C927'

red 213 ◦ green 201 ◦ blue 39

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

Shades of Barberry #D5C927

Tints of Barberry #D5C927

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.37%

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

R = 47.02%
G = 44.37%
B = 8.61%

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

#D5C927 (or 0xD5C927) is known color: Barberry. HEX triplet: D5, C9 and 27. RGB value is (213,201,39). Sum of RGB (Red+Green+Blue) = 213+201+39=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C927 is #2A36D8. Grayscale: #BABABA. Windows color (decimal): -2766553 or 2607573. OLE color: 2607573.

HSL color Cylindrical-coordinate representation of color #D5C927: hue angle of 55.86º 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 #D5C927 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 39 -
CMYK 0 0.06 0.82 0.16
HSL 55.86º 0.69% 0.49% -
HSV(B) 55.86º 0.82% 0.84% -
XYZ 48.69 56.07 10.17 -
YUV 186.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 213 201 39 0 0.06 0.82 0.16 55.86 0.69 0.49
Hex D5 C9 27 0 6 52 10 38 45 31
Octal 325 311 47 0 6 122 20 70 105 61
Binary 11010101 11001001 100111 0 110 1010010 10000 111000 1000101 110001

Color Harmonies of #D5C927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C927

Black with #D5C927

Text Example


Text Example

White with #D5C927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C927; }

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

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

background-color css

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

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

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

border-color css

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

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

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