Html Css Color HEX #C8CC1D Barberry

📋 copy color: '#C8CC1D'

red 200 ◦ green 204 ◦ blue 29

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

Shades of Barberry #C8CC1D

Tints of Barberry #C8CC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.7%

R = 46.19%
G = 47.11%
B = 6.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#C8CC1D (or 0xC8CC1D) is known color: Barberry. HEX triplet: C8, CC and 1D. RGB value is (200,204,29). Sum of RGB (Red+Green+Blue) = 200+204+29=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC1D is #3733E2. Grayscale: #B7B7B7. Windows color (decimal): -3617763 or 1952968. OLE color: 1952968.

HSL color Cylindrical-coordinate representation of color #C8CC1D: hue angle of 61.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8CC1D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 29 -
CMYK 0.02 0 0.86 0.2
HSL 61.37º 0.75% 0.46% -
HSV(B) 61.37º 0.86% 0.8% -
XYZ 45.63 55.55 9.48 -
YUV 182.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 200 204 29 0.02 0 0.86 0.2 61.37 0.75 0.46
Hex C8 CC 1D 2 0 56 14 3D 4B 2E
Octal 310 314 35 2 0 126 24 75 113 56
Binary 11001000 11001100 11101 10 0 1010110 10100 111101 1001011 101110

Color Harmonies of #C8CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC1D

Black with #C8CC1D

Text Example


Text Example

White with #C8CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC1D; }

 p { color: rgb(200,204,29); }

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

background-color css

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

 a { background-color: rgb(200,204,29); }

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

border-color css

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

 span { border-color: rgb(200,204,29); }

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