Html Css Color HEX #D5C22D Barberry

📋 copy color: '#D5C22D'

red 213 ◦ green 194 ◦ blue 45

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

Shades of Barberry #D5C22D

Tints of Barberry #D5C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.92%

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

R = 47.12%
G = 42.92%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5C22D (or 0xD5C22D) is known color: Barberry. HEX triplet: D5, C2 and 2D. RGB value is (213,194,45). Sum of RGB (Red+Green+Blue) = 213+194+45=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C22D is #2A3DD2. Grayscale: #B7B7B7. Windows color (decimal): -2768339 or 2998997. OLE color: 2998997.

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

Color convert

RGB 213 194 45 -
CMYK 0 0.09 0.79 0.16
HSL 53.21º 0.67% 0.51% -
HSV(B) 53.21º 0.79% 0.84% -
XYZ 47.21 52.92 10.21 -
YUV 182.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 213 194 45 0 0.09 0.79 0.16 53.21 0.67 0.51
Hex D5 C2 2D 0 9 4F 10 35 43 33
Octal 325 302 55 0 11 117 20 65 103 63
Binary 11010101 11000010 101101 0 1001 1001111 10000 110101 1000011 110011

Color Harmonies of #D5C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C22D

Black with #D5C22D

Text Example


Text Example

White with #D5C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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