Html Css Color HEX #D5D227 Barberry

📋 copy color: '#D5D227'

red 213 ◦ green 210 ◦ blue 39

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

Shades of Barberry #D5D227

Tints of Barberry #D5D227

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.45%

 BLUE value IS 39 (15.63% from 255) = 8.44%

R = 46.1%
G = 45.45%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5D227 (or 0xD5D227) is known color: Barberry. HEX triplet: D5, D2 and 27. RGB value is (213,210,39). Sum of RGB (Red+Green+Blue) = 213+210+39=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 39 (15.62% from 255 or 8.44% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D227 is #2A2DD8. Grayscale: #C0C0C0. Windows color (decimal): -2764249 or 2609877. OLE color: 2609877.

HSL color Cylindrical-coordinate representation of color #D5D227: hue angle of 58.97º degrees, saturation: 0.69, 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 #D5D227 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 39 -
CMYK 0 0.01 0.82 0.16
HSL 58.97º 0.69% 0.49% -
HSV(B) 58.97º 0.82% 0.84% -
XYZ 50.85 60.39 10.89 -
YUV 191.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 213 210 39 0 0.01 0.82 0.16 58.97 0.69 0.49
Hex D5 D2 27 0 1 52 10 3B 45 31
Octal 325 322 47 0 1 122 20 73 105 61
Binary 11010101 11010010 100111 0 1 1010010 10000 111011 1000101 110001

Color Harmonies of #D5D227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D227

Black with #D5D227

Text Example


Text Example

White with #D5D227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D227; }

 p { color: rgb(213,210,39); }

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

background-color css

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

 a { background-color: rgb(213,210,39); }

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

border-color css

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

 span { border-color: rgb(213,210,39); }

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