Html Css Color HEX #CFC63A Wattle

📋 copy color: '#CFC63A'

red 207 ◦ green 198 ◦ blue 58

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

Shades of Wattle #CFC63A

Tints of Wattle #CFC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.76%

 BLUE value IS 58 (23.05% from 255) = 12.53%

R = 44.71%
G = 42.76%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFC63A (or 0xCFC63A) is known color: Wattle. HEX triplet: CF, C6 and 3A. RGB value is (207,198,58). Sum of RGB (Red+Green+Blue) = 207+198+58=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC63A is #3039C5. Grayscale: #B9B9B9. Windows color (decimal): -3160518 or 3851983. OLE color: 3851983.

HSL color Cylindrical-coordinate representation of color #CFC63A: hue angle of 56.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFC63A is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 58 -
CMYK 0 0.04 0.72 0.19
HSL 56.38º 0.61% 0.52% -
HSV(B) 56.38º 0.72% 0.81% -
XYZ 46.69 53.96 11.96 -
YUV 184.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 207 198 58 0 0.04 0.72 0.19 56.38 0.61 0.52
Hex CF C6 3A 0 4 48 13 38 3D 34
Octal 317 306 72 0 4 110 23 70 75 64
Binary 11001111 11000110 111010 0 100 1001000 10011 111000 111101 110100

Color Harmonies of #CFC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC63A

Black with #CFC63A

Text Example


Text Example

White with #CFC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC63A; }

 p { color: rgb(207,198,58); }

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

background-color css

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

 a { background-color: rgb(207,198,58); }

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

border-color css

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

 span { border-color: rgb(207,198,58); }

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