Html Css Color HEX #CFC340 Wattle

📋 copy color: '#CFC340'

red 207 ◦ green 195 ◦ blue 64

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

Shades of Wattle #CFC340

Tints of Wattle #CFC340

RGB

 RED value IS 207 (81.25% from 255) = 44.42%

 GREEN value IS 195 (76.56% from 255) = 41.85%

 BLUE value IS 64 (25.39% from 255) = 13.73%

R = 44.42%
G = 41.85%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFC340 (or 0xCFC340) is known color: Wattle. HEX triplet: CF, C3 and 40. RGB value is (207,195,64). Sum of RGB (Red+Green+Blue) = 207+195+64=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC340 is #303CBF. Grayscale: #B8B8B8. Windows color (decimal): -3161280 or 4244431. OLE color: 4244431.

HSL color Cylindrical-coordinate representation of color #CFC340: hue angle of 54.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFC340 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 195 64 -
CMYK 0 0.06 0.69 0.19
HSL 54.97º 0.6% 0.53% -
HSV(B) 54.97º 0.69% 0.81% -
XYZ 46.17 52.67 12.58 -
YUV 183.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 207 195 64 0 0.06 0.69 0.19 54.97 0.6 0.53
Hex CF C3 40 0 6 45 13 37 3C 35
Octal 317 303 100 0 6 105 23 67 74 65
Binary 11001111 11000011 1000000 0 110 1000101 10011 110111 111100 110101

Color Harmonies of #CFC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC340

Black with #CFC340

Text Example


Text Example

White with #CFC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC340; }

 p { color: rgb(207,195,64); }

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

background-color css

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

 a { background-color: rgb(207,195,64); }

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

border-color css

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

 span { border-color: rgb(207,195,64); }

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