Html Css Color HEX #D5CC1F Barberry

📋 copy color: '#D5CC1F'

red 213 ◦ green 204 ◦ blue 31

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

Shades of Barberry #D5CC1F

Tints of Barberry #D5CC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

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

R = 47.54%
G = 45.54%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5CC1F (or 0xD5CC1F) is known color: Barberry. HEX triplet: D5, CC and 1F. RGB value is (213,204,31). Sum of RGB (Red+Green+Blue) = 213+204+31=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC1F is #2A33E0. Grayscale: #BBBBBB. Windows color (decimal): -2765793 or 2084053. OLE color: 2084053.

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

Color convert

RGB 213 204 31 -
CMYK 0 0.04 0.85 0.16
HSL 57.03º 0.75% 0.48% -
HSV(B) 57.03º 0.85% 0.84% -
XYZ 49.28 57.43 9.78 -
YUV 186.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 213 204 31 0 0.04 0.85 0.16 57.03 0.75 0.48
Hex D5 CC 1F 0 4 55 10 39 4B 30
Octal 325 314 37 0 4 125 20 71 113 60
Binary 11010101 11001100 11111 0 100 1010101 10000 111001 1001011 110000

Color Harmonies of #D5CC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC1F

Black with #D5CC1F

Text Example


Text Example

White with #D5CC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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