Html Css Color HEX #D5CA25 Barberry

📋 copy color: '#D5CA25'

red 213 ◦ green 202 ◦ blue 37

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

Shades of Barberry #D5CA25

Tints of Barberry #D5CA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.19%

R = 47.12%
G = 44.69%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D5CA25 (or 0xD5CA25) is known color: Barberry. HEX triplet: D5, CA and 25. RGB value is (213,202,37). Sum of RGB (Red+Green+Blue) = 213+202+37=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA25 is #2A35DA. Grayscale: #BBBBBB. Windows color (decimal): -2766299 or 2476757. OLE color: 2476757.

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

Color convert

RGB 213 202 37 -
CMYK 0 0.05 0.83 0.16
HSL 56.25º 0.7% 0.49% -
HSV(B) 56.25º 0.83% 0.84% -
XYZ 48.9 56.52 10.08 -
YUV 186.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 213 202 37 0 0.05 0.83 0.16 56.25 0.7 0.49
Hex D5 CA 25 0 5 53 10 38 46 31
Octal 325 312 45 0 5 123 20 70 106 61
Binary 11010101 11001010 100101 0 101 1010011 10000 111000 1000110 110001

Color Harmonies of #D5CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA25

Black with #D5CA25

Text Example


Text Example

White with #D5CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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