Html Css Color HEX #D5C92C Barberry

📋 copy color: '#D5C92C'

red 213 ◦ green 201 ◦ blue 44

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

Shades of Barberry #D5C92C

Tints of Barberry #D5C92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 46.51%
G = 43.89%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5C92C (or 0xD5C92C) is known color: Barberry. HEX triplet: D5, C9 and 2C. RGB value is (213,201,44). Sum of RGB (Red+Green+Blue) = 213+201+44=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C92C is #2A36D3. Grayscale: #BBBBBB. Windows color (decimal): -2766548 or 2935253. OLE color: 2935253.

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

Color convert

RGB 213 201 44 -
CMYK 0 0.06 0.79 0.16
HSL 55.74º 0.67% 0.5% -
HSV(B) 55.74º 0.79% 0.84% -
XYZ 48.78 56.1 10.64 -
YUV 186.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 213 201 44 0 0.06 0.79 0.16 55.74 0.67 0.5
Hex D5 C9 2C 0 6 4F 10 38 43 32
Octal 325 311 54 0 6 117 20 70 103 62
Binary 11010101 11001001 101100 0 110 1001111 10000 111000 1000011 110010

Color Harmonies of #D5C92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C92C

Black with #D5C92C

Text Example


Text Example

White with #D5C92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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