Html Css Color HEX #C8C71F Barberry

📋 copy color: '#C8C71F'

red 200 ◦ green 199 ◦ blue 31

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

Shades of Barberry #C8C71F

Tints of Barberry #C8C71F

RGB

 RED value IS 200 (78.52% from 255) = 46.51%

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

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

R = 46.51%
G = 46.28%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8C71F (or 0xC8C71F) is known color: Barberry. HEX triplet: C8, C7 and 1F. RGB value is (200,199,31). Sum of RGB (Red+Green+Blue) = 200+199+31=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C71F is #3738E0. Grayscale: #B4B4B4. Windows color (decimal): -3619041 or 2082760. OLE color: 2082760.

HSL color Cylindrical-coordinate representation of color #C8C71F: hue angle of 59.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8C71F is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 199 31 -
CMYK 0 0.00 0.84 0.22
HSL 59.64º 0.73% 0.45% -
HSV(B) 59.64º 0.85% 0.78% -
XYZ 44.49 53.23 9.22 -
YUV 180.15 43.83 142.16 -
System Red Green Blue C M Y K H S L
Decimal 200 199 31 0 0.00 0.84 0.22 59.64 0.73 0.45
Hex C8 C7 1F 0 0 54 16 3C 49 2D
Octal 310 307 37 0 0 124 26 74 111 55
Binary 11001000 11000111 11111 0 0 1010100 10110 111100 1001001 101101

Color Harmonies of #C8C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C71F

Black with #C8C71F

Text Example


Text Example

White with #C8C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C71F; }

 p { color: rgb(200,199,31); }

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

background-color css

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

 a { background-color: rgb(200,199,31); }

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

border-color css

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

 span { border-color: rgb(200,199,31); }

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