Html Css Color HEX #D5C726 Barberry

📋 copy color: '#D5C726'

red 213 ◦ green 199 ◦ blue 38

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

Shades of Barberry #D5C726

Tints of Barberry #D5C726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

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

R = 47.33%
G = 44.22%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5C726 (or 0xD5C726) is known color: Barberry. HEX triplet: D5, C7 and 26. RGB value is (213,199,38). Sum of RGB (Red+Green+Blue) = 213+199+38=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C726 is #2A38D9. Grayscale: #B9B9B9. Windows color (decimal): -2767066 or 2541525. OLE color: 2541525.

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

Color convert

RGB 213 199 38 -
CMYK 0 0.07 0.82 0.16
HSL 55.2º 0.7% 0.49% -
HSV(B) 55.2º 0.82% 0.84% -
XYZ 48.21 55.13 9.93 -
YUV 184.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 213 199 38 0 0.07 0.82 0.16 55.2 0.7 0.49
Hex D5 C7 26 0 7 52 10 37 46 31
Octal 325 307 46 0 7 122 20 67 106 61
Binary 11010101 11000111 100110 0 111 1010010 10000 110111 1000110 110001

Color Harmonies of #D5C726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C726

Black with #D5C726

Text Example


Text Example

White with #D5C726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C726; }

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

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

background-color css

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

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

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

border-color css

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

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

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