Html Css Color HEX #D5C929 Barberry

📋 copy color: '#D5C929'

red 213 ◦ green 201 ◦ blue 41

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

Shades of Barberry #D5C929

Tints of Barberry #D5C929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.01%

R = 46.81%
G = 44.18%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5C929 (or 0xD5C929) is known color: Barberry. HEX triplet: D5, C9 and 29. RGB value is (213,201,41). Sum of RGB (Red+Green+Blue) = 213+201+41=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C929 is #2A36D6. Grayscale: #BABABA. Windows color (decimal): -2766551 or 2738645. OLE color: 2738645.

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

Color convert

RGB 213 201 41 -
CMYK 0 0.06 0.81 0.16
HSL 55.81º 0.68% 0.5% -
HSV(B) 55.81º 0.81% 0.84% -
XYZ 48.73 56.08 10.35 -
YUV 186.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 213 201 41 0 0.06 0.81 0.16 55.81 0.68 0.5
Hex D5 C9 29 0 6 51 10 38 44 32
Octal 325 311 51 0 6 121 20 70 104 62
Binary 11010101 11001001 101001 0 110 1010001 10000 111000 1000100 110010

Color Harmonies of #D5C929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C929

Black with #D5C929

Text Example


Text Example

White with #D5C929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C929; }

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

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

background-color css

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

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

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

border-color css

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

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

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