Html Css Color HEX #D5CA26 Barberry

📋 copy color: '#D5CA26'

red 213 ◦ green 202 ◦ blue 38

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

Shades of Barberry #D5CA26

Tints of Barberry #D5CA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.39%

R = 47.02%
G = 44.59%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5CA26 (or 0xD5CA26) is known color: Barberry. HEX triplet: D5, CA and 26. RGB value is (213,202,38). Sum of RGB (Red+Green+Blue) = 213+202+38=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA26 is #2A35D9. Grayscale: #BBBBBB. Windows color (decimal): -2766298 or 2542293. OLE color: 2542293.

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

Color convert

RGB 213 202 38 -
CMYK 0 0.05 0.82 0.16
HSL 56.23º 0.7% 0.49% -
HSV(B) 56.23º 0.82% 0.84% -
XYZ 48.91 56.53 10.17 -
YUV 186.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 213 202 38 0 0.05 0.82 0.16 56.23 0.7 0.49
Hex D5 CA 26 0 5 52 10 38 46 31
Octal 325 312 46 0 5 122 20 70 106 61
Binary 11010101 11001010 100110 0 101 1010010 10000 111000 1000110 110001

Color Harmonies of #D5CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA26

Black with #D5CA26

Text Example


Text Example

White with #D5CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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