Html Css Color HEX #CFC74A Wattle

📋 copy color: '#CFC74A'

red 207 ◦ green 199 ◦ blue 74

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

Shades of Wattle #CFC74A

Tints of Wattle #CFC74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 43.13%
G = 41.46%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFC74A (or 0xCFC74A) is known color: Wattle. HEX triplet: CF, C7 and 4A. RGB value is (207,199,74). Sum of RGB (Red+Green+Blue) = 207+199+74=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC74A is #3038B5. Grayscale: #BBBBBB. Windows color (decimal): -3160246 or 4900815. OLE color: 4900815.

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

Color convert

RGB 207 199 74 -
CMYK 0 0.04 0.64 0.19
HSL 56.39º 0.58% 0.55% -
HSV(B) 56.39º 0.64% 0.81% -
XYZ 47.39 54.61 14.52 -
YUV 187.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 207 199 74 0 0.04 0.64 0.19 56.39 0.58 0.55
Hex CF C7 4A 0 4 40 13 38 3A 37
Octal 317 307 112 0 4 100 23 70 72 67
Binary 11001111 11000111 1001010 0 100 1000000 10011 111000 111010 110111

Color Harmonies of #CFC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC74A

Black with #CFC74A

Text Example


Text Example

White with #CFC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC74A; }

 p { color: rgb(207,199,74); }

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

background-color css

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

 a { background-color: rgb(207,199,74); }

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

border-color css

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

 span { border-color: rgb(207,199,74); }

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