Html Css Color HEX #D5CA1F Barberry

📋 copy color: '#D5CA1F'

red 213 ◦ green 202 ◦ blue 31

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

Shades of Barberry #D5CA1F

Tints of Barberry #D5CA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.95%

R = 47.76%
G = 45.29%
B = 6.95%

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

#D5CA1F (or 0xD5CA1F) is known color: Barberry. HEX triplet: D5, CA and 1F. RGB value is (213,202,31). Sum of RGB (Red+Green+Blue) = 213+202+31=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA1F is #2A35E0. Grayscale: #BABABA. Windows color (decimal): -2766305 or 2083541. OLE color: 2083541.

HSL color Cylindrical-coordinate representation of color #D5CA1F: hue angle of 56.37º degrees, saturation: 0.75, 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 #D5CA1F is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 31 -
CMYK 0 0.05 0.85 0.16
HSL 56.37º 0.75% 0.48% -
HSV(B) 56.37º 0.85% 0.84% -
XYZ 48.81 56.49 9.63 -
YUV 185.8 40.64 147.4 -
System Red Green Blue C M Y K H S L
Decimal 213 202 31 0 0.05 0.85 0.16 56.37 0.75 0.48
Hex D5 CA 1F 0 5 55 10 38 4B 30
Octal 325 312 37 0 5 125 20 70 113 60
Binary 11010101 11001010 11111 0 101 1010101 10000 111000 1001011 110000

Color Harmonies of #D5CA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA1F

Black with #D5CA1F

Text Example


Text Example

White with #D5CA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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