Html Css Color HEX #D5C92D Barberry

📋 copy color: '#D5C92D'

red 213 ◦ green 201 ◦ blue 45

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

Shades of Barberry #D5C92D

Tints of Barberry #D5C92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.8%

R = 46.41%
G = 43.79%
B = 9.8%

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

#D5C92D (or 0xD5C92D) is known color: Barberry. HEX triplet: D5, C9 and 2D. RGB value is (213,201,45). Sum of RGB (Red+Green+Blue) = 213+201+45=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C92D is #2A36D2. Grayscale: #BBBBBB. Windows color (decimal): -2766547 or 3000789. OLE color: 3000789.

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

Color convert

RGB 213 201 45 -
CMYK 0 0.06 0.79 0.16
HSL 55.71º 0.67% 0.51% -
HSV(B) 55.71º 0.79% 0.84% -
XYZ 48.8 56.11 10.74 -
YUV 186.8 47.98 146.68 -
System Red Green Blue C M Y K H S L
Decimal 213 201 45 0 0.06 0.79 0.16 55.71 0.67 0.51
Hex D5 C9 2D 0 6 4F 10 38 43 33
Octal 325 311 55 0 6 117 20 70 103 63
Binary 11010101 11001001 101101 0 110 1001111 10000 111000 1000011 110011

Color Harmonies of #D5C92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C92D

Black with #D5C92D

Text Example


Text Example

White with #D5C92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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