Html Css Color HEX #CFC240 Wattle

📋 copy color: '#CFC240'

red 207 ◦ green 194 ◦ blue 64

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

Shades of Wattle #CFC240

Tints of Wattle #CFC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.72%

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

R = 44.52%
G = 41.72%
B = 13.76%

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

#CFC240 (or 0xCFC240) is known color: Wattle. HEX triplet: CF, C2 and 40. RGB value is (207,194,64). Sum of RGB (Red+Green+Blue) = 207+194+64=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC240 is #303DBF. Grayscale: #B7B7B7. Windows color (decimal): -3161536 or 4244175. OLE color: 4244175.

HSL color Cylindrical-coordinate representation of color #CFC240: hue angle of 54.55º 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 #CFC240 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 64 -
CMYK 0 0.06 0.69 0.19
HSL 54.55º 0.6% 0.53% -
HSV(B) 54.55º 0.69% 0.81% -
XYZ 45.95 52.22 12.51 -
YUV 183.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 207 194 64 0 0.06 0.69 0.19 54.55 0.6 0.53
Hex CF C2 40 0 6 45 13 37 3C 35
Octal 317 302 100 0 6 105 23 67 74 65
Binary 11001111 11000010 1000000 0 110 1000101 10011 110111 111100 110101

Color Harmonies of #CFC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC240

Black with #CFC240

Text Example


Text Example

White with #CFC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC240; }

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

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

background-color css

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

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

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

border-color css

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

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

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