Html Css Color HEX #D5C722 Barberry

📋 copy color: '#D5C722'

red 213 ◦ green 199 ◦ blue 34

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

Shades of Barberry #D5C722

Tints of Barberry #D5C722

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.62%

 BLUE value IS 34 (13.67% from 255) = 7.62%

R = 47.76%
G = 44.62%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5C722 (or 0xD5C722) is known color: Barberry. HEX triplet: D5, C7 and 22. RGB value is (213,199,34). Sum of RGB (Red+Green+Blue) = 213+199+34=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C722 is #2A38DD. Grayscale: #B9B9B9. Windows color (decimal): -2767070 or 2279381. OLE color: 2279381.

HSL color Cylindrical-coordinate representation of color #D5C722: hue angle of 55.31º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5C722 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 34 -
CMYK 0 0.07 0.84 0.16
HSL 55.31º 0.72% 0.48% -
HSV(B) 55.31º 0.84% 0.84% -
XYZ 48.15 55.11 9.61 -
YUV 184.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 213 199 34 0 0.07 0.84 0.16 55.31 0.72 0.48
Hex D5 C7 22 0 7 54 10 37 48 30
Octal 325 307 42 0 7 124 20 67 110 60
Binary 11010101 11000111 100010 0 111 1010100 10000 110111 1001000 110000

Color Harmonies of #D5C722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C722

Black with #D5C722

Text Example


Text Example

White with #D5C722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C722; }

 p { color: rgb(213,199,34); }

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

background-color css

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

 a { background-color: rgb(213,199,34); }

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

border-color css

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

 span { border-color: rgb(213,199,34); }

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