Html Css Color HEX #D5CA21 Barberry

📋 copy color: '#D5CA21'

red 213 ◦ green 202 ◦ blue 33

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

Shades of Barberry #D5CA21

Tints of Barberry #D5CA21

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.09%

 BLUE value IS 33 (13.28% from 255) = 7.37%

R = 47.54%
G = 45.09%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5CA21 (or 0xD5CA21) is known color: Barberry. HEX triplet: D5, CA and 21. RGB value is (213,202,33). Sum of RGB (Red+Green+Blue) = 213+202+33=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA21 is #2A35DE. Grayscale: #BABABA. Windows color (decimal): -2766303 or 2214613. OLE color: 2214613.

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

Color convert

RGB 213 202 33 -
CMYK 0 0.05 0.85 0.16
HSL 56.33º 0.73% 0.48% -
HSV(B) 56.33º 0.85% 0.84% -
XYZ 48.84 56.5 9.77 -
YUV 186.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 213 202 33 0 0.05 0.85 0.16 56.33 0.73 0.48
Hex D5 CA 21 0 5 55 10 38 49 30
Octal 325 312 41 0 5 125 20 70 111 60
Binary 11010101 11001010 100001 0 101 1010101 10000 111000 1001001 110000

Color Harmonies of #D5CA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA21

Black with #D5CA21

Text Example


Text Example

White with #D5CA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA21; }

 p { color: rgb(213,202,33); }

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

background-color css

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

 a { background-color: rgb(213,202,33); }

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

border-color css

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

 span { border-color: rgb(213,202,33); }

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