Html Css Color HEX #D7C62D Barberry

📋 copy color: '#D7C62D'

red 215 ◦ green 198 ◦ blue 45

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

Shades of Barberry #D7C62D

Tints of Barberry #D7C62D

RGB

 RED value IS 215 (84.38% from 255) = 46.94%

 GREEN value IS 198 (77.73% from 255) = 43.23%

 BLUE value IS 45 (17.97% from 255) = 9.83%

R = 46.94%
G = 43.23%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7C62D (or 0xD7C62D) is known color: Barberry. HEX triplet: D7, C6 and 2D. RGB value is (215,198,45). Sum of RGB (Red+Green+Blue) = 215+198+45=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C62D is #2839D2. Grayscale: #BABABA. Windows color (decimal): -2636243 or 3000023. OLE color: 3000023.

HSL color Cylindrical-coordinate representation of color #D7C62D: hue angle of 54º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7C62D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 198 45 -
CMYK 0 0.08 0.79 0.16
HSL 54º 0.68% 0.51% -
HSV(B) 54º 0.79% 0.84% -
XYZ 48.69 55.02 10.54 -
YUV 185.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 215 198 45 0 0.08 0.79 0.16 54 0.68 0.51
Hex D7 C6 2D 0 8 4F 10 36 44 33
Octal 327 306 55 0 10 117 20 66 104 63
Binary 11010111 11000110 101101 0 1000 1001111 10000 110110 1000100 110011

Color Harmonies of #D7C62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C62D

Black with #D7C62D

Text Example


Text Example

White with #D7C62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C62D; }

 p { color: rgb(215,198,45); }

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

background-color css

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

 a { background-color: rgb(215,198,45); }

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

border-color css

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

 span { border-color: rgb(215,198,45); }

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