Html Css Color HEX #C8C73D Wattle

📋 copy color: '#C8C73D'

red 200 ◦ green 199 ◦ blue 61

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

Shades of Wattle #C8C73D

Tints of Wattle #C8C73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 43.48%
G = 43.26%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8C73D (or 0xC8C73D) is known color: Wattle. HEX triplet: C8, C7 and 3D. RGB value is (200,199,61). Sum of RGB (Red+Green+Blue) = 200+199+61=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C73D is #3738C2. Grayscale: #B8B8B8. Windows color (decimal): -3619011 or 4048840. OLE color: 4048840.

HSL color Cylindrical-coordinate representation of color #C8C73D: hue angle of 59.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8C73D is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 199 61 -
CMYK 0 0.00 0.69 0.22
HSL 59.57º 0.56% 0.51% -
HSV(B) 59.57º 0.7% 0.78% -
XYZ 45.09 53.46 12.36 -
YUV 183.57 58.83 139.72 -
System Red Green Blue C M Y K H S L
Decimal 200 199 61 0 0.00 0.69 0.22 59.57 0.56 0.51
Hex C8 C7 3D 0 0 45 16 3C 38 33
Octal 310 307 75 0 0 105 26 74 70 63
Binary 11001000 11000111 111101 0 0 1000101 10110 111100 111000 110011

Color Harmonies of #C8C73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C73D

Black with #C8C73D

Text Example


Text Example

White with #C8C73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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